summaryrefslogtreecommitdiff
path: root/test/dtlstest.c
diff options
context:
space:
mode:
authorShane Lontis <shane.lontis@oracle.com>2018-08-16 12:36:01 +1000
committerRichard Levitte <levitte@openssl.org>2019-02-11 15:31:51 +0100
commita43ce58f5569a160272c492c680f2e42d38ec769 (patch)
treeacfaac32bee9b8e5dd832fbb49f95709c3b9741e /test/dtlstest.c
parent9d5560331d86c6463e965321f774e4eed582ce0b (diff)
downloadopenssl-new-a43ce58f5569a160272c492c680f2e42d38ec769.tar.gz
Updated test command line parsing to support commmon commands
Reviewed-by: Paul Dale <paul.dale@oracle.com> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/6975)
Diffstat (limited to 'test/dtlstest.c')
-rw-r--r--test/dtlstest.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/dtlstest.c b/test/dtlstest.c
index d196fb55dc..98a23f858c 100644
--- a/test/dtlstest.c
+++ b/test/dtlstest.c
@@ -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))