Make the CT code library context aware
[openssl.git] / test / tls13ccstest.c
index 999ca5700a25d3a18232ae2a08b55a07fa4d2d9c..2820a0e8fa387bcd026650ca633eb124318455d7 100644 (file)
@@ -492,6 +492,11 @@ OPT_TEST_DECLARE_USAGE("certfile privkeyfile\n")
 
 int setup_tests(void)
 {
+    if (!test_skip_common_options()) {
+        TEST_error("Error parsing test options\n");
+        return 0;
+    }
+
     if (!TEST_ptr(cert = test_get_argument(0))
             || !TEST_ptr(privkey = test_get_argument(1)))
         return 0;