s_time uses tm_ctx.
This commit is contained in:
parent
650873ff0e
commit
728b1133e0
@ -84,14 +84,14 @@ diff -up openssl-1.0.1c/apps/s_time.c.default-paths openssl-1.0.1c/apps/s_time.c
|
|||||||
- /* BIO_printf(bio_err,"error setting default verify locations\n"); */
|
- /* BIO_printf(bio_err,"error setting default verify locations\n"); */
|
||||||
- ERR_print_errors(bio_err);
|
- ERR_print_errors(bio_err);
|
||||||
- /* goto end; */
|
- /* goto end; */
|
||||||
+ if (!SSL_CTX_set_default_verify_paths(ctx))
|
+ if (!SSL_CTX_set_default_verify_paths(tm_ctx))
|
||||||
+ {
|
+ {
|
||||||
+ ERR_print_errors(bio_err);
|
+ ERR_print_errors(bio_err);
|
||||||
+ }
|
+ }
|
||||||
+ }
|
+ }
|
||||||
+ else
|
+ else
|
||||||
+ {
|
+ {
|
||||||
+ if (!SSL_CTX_load_verify_locations(ctx,CAfile,CApath))
|
+ if (!SSL_CTX_load_verify_locations(tm_ctx,CAfile,CApath))
|
||||||
+ {
|
+ {
|
||||||
+ ERR_print_errors(bio_err);
|
+ ERR_print_errors(bio_err);
|
||||||
+ }
|
+ }
|
||||||
|
Loading…
Reference in New Issue
Block a user