Rework build: add special cases for AIX
[openssl.git] / test / dtlstest.c
index d196fb55dc4ad717a7b26e001aa4114d7edfbf02..98a23f858c2ed70012ca1952f78345745dac89fc 100644 (file)
@@ -328,6 +328,8 @@ static int test_dtls_duplicate_records(void)
     return testresult;
 }
 
+OPT_TEST_DECLARE_USAGE("certfile privkeyfile\n")
+
 int setup_tests(void)
 {
     if (!TEST_ptr(cert = test_get_argument(0))