summaryrefslogtreecommitdiffstats
path: root/test/evp_fetch_prov_test.c
diff options
context:
space:
mode:
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>2021-04-03 14:05:09 +0200
committerDr. David von Oheimb <dev@ddvo.net>2021-04-14 16:51:11 +0200
commitf56c9c7c942cd82595bb47808c732048141dc72d (patch)
treeb35fb61f2d0ce7af0482b9baf6632e91877f0cf9 /test/evp_fetch_prov_test.c
parent3ad6030948ac999de165f6185116459d74644e8d (diff)
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_fetch_prov_test.c')
-rw-r--r--test/evp_fetch_prov_test.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/evp_fetch_prov_test.c b/test/evp_fetch_prov_test.c
index 18e57c76c6..ec339ebbc3 100644
--- a/test/evp_fetch_prov_test.c
+++ b/test/evp_fetch_prov_test.c
@@ -47,8 +47,7 @@ const OPTIONS *test_get_options(void)
{ "fetchfail", OPT_FETCH_FAILURE, '-', "fetch is expected to fail" },
{ "defaultctx", OPT_USE_DEFAULTCTX, '-',
"Use the default context if this is set" },
- { OPT_HELP_STR, 1, '-',
- "file\tProvider names to explicitly load\n" },
+ { OPT_HELP_STR, 1, '-', "file\tProvider names to explicitly load\n" },
{ NULL }
};
return test_options;