X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=test%2Fdtlstest.c;h=607768832b19c2fa7369b7649a33a3cb7a4bceae;hp=022b4c014966592cbadbdc02702cc022abc7860f;hb=8d242823ed2270e2907914fb09004ae30263fb00;hpb=ef071222020be2096fb9f3aaef8bfe18ae9a40c9 diff --git a/test/dtlstest.c b/test/dtlstest.c index 022b4c0149..607768832b 100644 --- a/test/dtlstest.c +++ b/test/dtlstest.c @@ -332,6 +332,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;