X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=test%2Fssl_test_ctx_test.c;h=e24f0fb2cfc3e092111fe8f9bcbb9b62b6de2a71;hp=5022ce0f6ed54fc1e88036fbc54927a7f566e8b6;hb=9b579777c5f84453940700fbd6f99abc09fe997e;hpb=1f9d203dac62f7426f6ff1fbc819e3de8b6f1171 diff --git a/test/ssl_test_ctx_test.c b/test/ssl_test_ctx_test.c index 5022ce0f6e..e24f0fb2cf 100644 --- a/test/ssl_test_ctx_test.c +++ b/test/ssl_test_ctx_test.c @@ -199,7 +199,7 @@ static const char *bad_configurations[] = { static int test_bad_configuration(int idx) { SSL_TEST_CTX *ctx; - + if (!TEST_ptr_null(ctx = SSL_TEST_CTX_create(conf, bad_configurations[idx]))) { SSL_TEST_CTX_free(ctx);