Fixes OSCP->OCSP typo in ocsp command line
authorAlexander Scheel <alex.scheel@hashicorp.com>
Wed, 29 Jun 2022 14:19:58 +0000 (10:19 -0400)
committerHugo Landau <hlandau@openssl.org>
Wed, 6 Jul 2022 08:19:02 +0000 (09:19 +0100)
commit241f3a7554789652275384e1efe13224a106e3cb
tree780ed2fd12e7cd2f74afcf5532a77c53ab4dad0d
parenta8f6d73fda64d514171e99a50d1483c0c0b8d968
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)

(cherry picked from commit 2837b19fcba4bf4ff2ecdc8435c650bf18c27552)
apps/ocsp.c