]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - test/ssl_test_ctx_test.c
Use .cnf for config files, not .conf
[thirdparty/openssl.git] / test / ssl_test_ctx_test.c
index fc7ec68f29d16d2308a192ca5e161a85904c4e30..877c8607e376c3b7e2fb833857509814cffeeaa9 100644 (file)
@@ -251,7 +251,7 @@ int setup_tests(void)
 
     if (!TEST_ptr(conf = NCONF_new(NULL)))
         return 0;
-    /* argument should point to test/ssl_test_ctx_test.conf */
+    /* argument should point to test/ssl_test_ctx_test.cnf */
     if (!TEST_int_gt(NCONF_load(conf, test_get_argument(0), NULL), 0))
         return 0;