diff options
author | Dr. David von Oheimb <David.von.Oheimb@siemens.com> | 2021-04-03 14:05:09 +0200 |
---|---|---|
committer | Dr. David von Oheimb <dev@ddvo.net> | 2021-04-14 16:51:11 +0200 |
commit | f56c9c7c942cd82595bb47808c732048141dc72d (patch) | |
tree | b35fb61f2d0ce7af0482b9baf6632e91877f0cf9 /test/evp_test.c | |
parent | APPS: make apps strict on app_RAND_load() and app_RAND_write() failure (diff) | |
download | openssl-f56c9c7c942cd82595bb47808c732048141dc72d.tar.xz openssl-f56c9c7c942cd82595bb47808c732048141dc72d.zip |
APPS and TEST: Make sure prog name is set for usage output
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14841)
Diffstat (limited to 'test/evp_test.c')
-rw-r--r-- | test/evp_test.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/evp_test.c b/test/evp_test.c index a7a3cc4bb3..503aaa0e8e 100644 --- a/test/evp_test.c +++ b/test/evp_test.c @@ -3570,8 +3570,7 @@ const OPTIONS *test_get_options(void) OPT_TEST_OPTIONS_WITH_EXTRA_USAGE("[file...]\n"), { "config", OPT_CONFIG_FILE, '<', "The configuration file to use for the libctx" }, - { OPT_HELP_STR, 1, '-', - "file\tFile to run tests on.\n" }, + { OPT_HELP_STR, 1, '-', "file\tFile to run tests on.\n" }, { NULL } }; return test_options; |