Use the libctx in Ed448 private key decoding
[oweals/openssl.git] / test / clienthellotest.c
index b4563b5beb24344bc20942991d326767e38c5275..9a7537444ca1ae687b9edf81db9abd3e8566a600 100644 (file)
@@ -250,6 +250,11 @@ OPT_TEST_DECLARE_USAGE("sessionfile\n")
 
 int setup_tests(void)
 {
+    if (!test_skip_common_options()) {
+        TEST_error("Error parsing test options\n");
+        return 0;
+    }
+
     if (!TEST_ptr(sessionfile = test_get_argument(0)))
         return 0;