Branch: refs/heads/master
Home: https://github.openssl.org/openssl/openssl
Commit: 2837b19fcba4bf4ff2ecdc8435c650bf18c27552
https://github.openssl.org/openssl/openssl/commit/2837b19fcba4bf4ff2ecdc8435c650bf18c27552
Author: Alexander Scheel <[email protected]>
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 <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
Reviewed-by: Hugo Landau <[email protected]>
(Merged from https://github.com/openssl/openssl/pull/18684)