summaryrefslogtreecommitdiffstats
path: root/apps/s_client.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-04-11 16:54:07 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-04-11 16:54:07 +0000
commit65a0f684849b49033bb035d681b46f96f128f84b (patch)
tree3d6b8da6299fae0711daeb3f026d5c3c1b6e898e /apps/s_client.c
parente1a7db8fdd2f91367d1ef3253424701c138927c6 (diff)
Add options to set additional type specific certificate chains to
s_server.
Diffstat (limited to 'apps/s_client.c')
-rw-r--r--apps/s_client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/s_client.c b/apps/s_client.c
index 96cb4a61f9..5ad6756ff9 100644
--- a/apps/s_client.c
+++ b/apps/s_client.c
@@ -1169,7 +1169,7 @@ bad:
#endif
SSL_CTX_set_verify(ctx,verify,verify_callback);
- if (!set_cert_key_stuff(ctx,cert,key))
+ if (!set_cert_key_stuff(ctx,cert,key, NULL))
goto end;
if ((!SSL_CTX_load_verify_locations(ctx,CAfile,CApath)) ||