Branch: refs/heads/OpenSSL_1_1_1-stable Home: https://github.openssl.org/openssl/openssl Commit: 241f3a7554789652275384e1efe13224a106e3cb https://github.openssl.org/openssl/openssl/commit/241f3a7554789652275384e1efe13224a106e3cb Author: Alexander Scheel <alex.sch...@hashicorp.com> Date: 2022-07-06 (Wed, 06 Jul 2022)
Changed paths: M apps/ocsp.c Log Message: ----------- 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.sch...@hashicorp.com> Reviewed-by: Tomas Mraz <to...@openssl.org> Reviewed-by: Hugo Landau <hlan...@openssl.org> (Merged from https://github.com/openssl/openssl/pull/18684) (cherry picked from commit 2837b19fcba4bf4ff2ecdc8435c650bf18c27552)