summaryrefslogtreecommitdiffstats
path: root/test/v3ext.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/v3ext.c')
-rw-r--r--test/v3ext.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/v3ext.c b/test/v3ext.c
index 80e81e5756..2c8ac6bb20 100644
--- a/test/v3ext.c
+++ b/test/v3ext.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2016-2017 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
@@ -37,6 +37,8 @@ end:
return ret;
}
+OPT_TEST_DECLARE_USAGE("cert.pem\n")
+
int setup_tests(void)
{
if (!TEST_ptr(infile = test_get_argument(0)))