Commit dea20b94 authored by Ben Kaduk's avatar Ben Kaduk
Browse files

Fix more OCSP_resp_get0_signer() nits



Fix a typo for "retrieve" and some indentation.

Reviewed-by: default avatarKurt Roeckx <kurt@roeckx.be>

(cherry picked from commit eb48052e)

Reviewed-by: default avatarMatt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4723)
parent c24470d0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -76,7 +76,7 @@ single response B<bs>.

OCSP_resp_get0_certs() returns any certificates included in B<bs>.

OCSP_resp_get0_signer() attempts to retrive the certificate that directly
OCSP_resp_get0_signer() attempts to retrieve the certificate that directly
signed B<bs>.  The OCSP protocol does not require that this certificate
is included in the B<certs> field of the response, so additional certificates
can be supplied in B<extra_certs> if the certificates that may have
+1 −1

File changed.

Contains only whitespace changes.