mirror of
https://github.com/QuasarApp/openssl.git
synced 2025-05-18 12:29:42 +00:00
Fix typo that cause find-doc-nits failure
Reviewed-by: Ben Kaduk <kaduk@mit.edu> (cherry picked from commit b741fcd2ddc4e94faee75a47c241fa136854c81f) Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4723)
This commit is contained in:
parent
e98d190693
commit
1b7e60bf2e
@ -33,7 +33,7 @@ OCSP_single_get0_status, OCSP_check_validity
|
||||
|
||||
const STACK_OF(X509) *OCSP_resp_get0_certs(const OCSP_BASICRESP *bs);
|
||||
|
||||
int OCSP_resp get0_signer(OCSP_BASICRESP *bs, X509 **signer,
|
||||
int OCSP_resp_get0_signer(OCSP_BASICRESP *bs, X509 **signer,
|
||||
STACK_OF(X509) *extra_certs);
|
||||
|
||||
int OCSP_resp_get0_id(const OCSP_BASICRESP *bs,
|
||||
|
Loading…
x
Reference in New Issue
Block a user