summaryrefslogtreecommitdiffstats
path: root/apps/ocsp.c
diff options
context:
space:
mode:
authorAlexander Scheel <alex.scheel@hashicorp.com>2022-06-29 10:19:58 -0400
committerHugo Landau <hlandau@openssl.org>2022-07-06 08:25:07 +0100
commit2837b19fcba4bf4ff2ecdc8435c650bf18c27552 (patch)
tree9bf0ead713973b29e26b315f30986f7234d8be97 /apps/ocsp.c
parent7d5019c15af8f88443a7edddd4b150a7dafeda5d (diff)
Fixes OSCP->OCSP typo in ocsp command line
The existing help text says: > -badsig Corrupt last byte of loaded OSCP response signature (for test) but this should be OCSP. This is the only occurrence within the project of this typo. CLA: trivial Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Hugo Landau <hlandau@openssl.org> (Merged from https://github.com/openssl/openssl/pull/18684)
Diffstat (limited to 'apps/ocsp.c')
-rw-r--r--apps/ocsp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/ocsp.c b/apps/ocsp.c
index 97bde9ec7f..b1a86dcf5b 100644
--- a/apps/ocsp.c
+++ b/apps/ocsp.c
@@ -135,7 +135,7 @@ const OPTIONS ocsp_options[] = {
{"no_certs", OPT_NO_CERTS, '-',
"Don't include any certificates in signed request"},
{"badsig", OPT_BADSIG, '-',
- "Corrupt last byte of loaded OSCP response signature (for test)"},
+ "Corrupt last byte of loaded OCSP response signature (for test)"},
{"CA", OPT_CA, '<', "CA certificate"},
{"nmin", OPT_NMIN, 'p', "Number of minutes before next update"},
{"nrequest", OPT_REQUEST, 'p',