Latest update.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2017 The OpenSSL Project Authors. All Rights Reserved.
|
||||
* Copyright 2017-2018 The OpenSSL Project Authors. All Rights Reserved.
|
||||
* Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
|
||||
*
|
||||
* Licensed under the Apache License 2.0 (the "License"). You may not use
|
||||
@@ -33,14 +33,14 @@ static int test_509_dup_cert(int n)
|
||||
return ret;
|
||||
}
|
||||
|
||||
OPT_TEST_DECLARE_USAGE("cert.pem...\n")
|
||||
|
||||
int setup_tests(void)
|
||||
{
|
||||
size_t n = test_get_argument_count();
|
||||
|
||||
if (!TEST_int_gt(n, 0)) {
|
||||
TEST_note("usage: x509_dup_cert_test cert.pem...");
|
||||
if (!TEST_int_gt(n, 0))
|
||||
return 0;
|
||||
}
|
||||
|
||||
ADD_ALL_TESTS(test_509_dup_cert, n);
|
||||
return 1;
|
||||
|
||||
Reference in New Issue
Block a user