Add X509 related libctx changes.
[openssl.git] / test / ssl_test.c
index 731f569743b6492f4851d464315d559c383e6ce7..5880468f93a9cbc62cb5ed9e0a9a169690fea586 100644 (file)
@@ -404,7 +404,7 @@ static int test_handshake(int idx)
 
     BIO_snprintf(test_app, sizeof(test_app), "test-%d", idx);
 
-    test_ctx = SSL_TEST_CTX_create(conf, test_app);
+    test_ctx = SSL_TEST_CTX_create(conf, test_app, libctx);
     if (!TEST_ptr(test_ctx))
         goto err;