Adapt all test programs
[openssl.git] / test / sslapitest.c
index 0e2bdbefaff2a2c2b22f07bed2456b9ab6c64cad..436fbbb10fc872f53e5d8bb622cc24f7242982aa 100644 (file)
@@ -17,7 +17,6 @@
 
 #include "ssltestlib.h"
 #include "testutil.h"
-#include "test_main_custom.h"
 #include "e_os.h"
 
 static char *cert = NULL;
@@ -2602,7 +2601,11 @@ int test_main(int argc, char *argv[])
     ADD_ALL_TESTS(test_early_data_tls1_2, 2);
 # endif
 #endif
+#ifndef OPENSSL_NO_TLS1_3
     ADD_ALL_TESTS(test_custom_exts, 4);
+#else
+    ADD_ALL_TESTS(test_custom_exts, 2);
+#endif
 
     testresult = run_tests(argv[0]);