Teach ssl_test_new how to test the FIPS module
[openssl.git] / test / ssl-tests / 10-resumption.cnf.in
index 39c69395bf028c902cbfbc468cad02b83e5c551a..ace714a8b51a511087e618019a98a7f652c012fe 100644 (file)
@@ -16,4 +16,6 @@ package ssltests;
 
 use protocol_version;
 
-our @tests = generate_resumption_tests("TLS");
+our $fips_mode;
+
+our @tests = generate_resumption_tests("TLS", $fips_mode);