aboutsummaryrefslogtreecommitdiff
path: root/test/sslcorrupttest.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/sslcorrupttest.c')
-rw-r--r--test/sslcorrupttest.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/sslcorrupttest.c b/test/sslcorrupttest.c
index 66f8cd1..d201cd2 100644
--- a/test/sslcorrupttest.c
+++ b/test/sslcorrupttest.c
@@ -250,6 +250,11 @@ int setup_tests(void)
{
int n;
+ 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;