Teach ssl_test_new how to test the FIPS module
[oweals/openssl.git] / test / ssl-tests / ssltests_base.pm
index c6004fa7b2640391a42de8955dc1f8601a28dd41..98c9a839ad5151ac2e08150b66d2897506055b62 100644 (file)
@@ -17,6 +17,9 @@ sub test_pem
     return "\${ENV::TEST_CERTS_DIR}" . $dir_sep . $file,
 }
 
+our $fips_mode = 0;
+our $no_deflt_libctx = 0;
+
 our %base_server = (
     "Certificate" => test_pem("servercert.pem"),
     "PrivateKey"  => test_pem("serverkey.pem"),