diff --git a/test/test5.c b/test/test5.c index 83b78bc5..4c2bb4db 100644 --- a/test/test5.c +++ b/test/test5.c @@ -1048,8 +1048,8 @@ int test2d(struct Options options) opts.context = c; opts.ssl = &sslopts; - //if (options.server_key_file != NULL) opts.ssl->trustStore = options.server_key_file; /*file of certificates trusted by client*/ - //opts.ssl->keyStore = options.client_key_file; /*file of certificate for client to present to server*/ + if (options.server_key_file != NULL) opts.ssl->trustStore = options.server_key_file; /*file of certificates trusted by client*/ + opts.ssl->keyStore = options.client_key_file; /*file of certificate for client to present to server*/ //if (options.client_key_pass != NULL) // opts.ssl->privateKeyPassword = options.client_key_pass; //opts.ssl->enabledCipherSuites = "DEFAULT";