Skip to content

Commit

Permalink
documentation typo
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel40791765 committed Jul 15, 2024
1 parent e862e04 commit b48e406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/openssl/ocsp.h
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ OPENSSL_EXPORT int OCSP_RESPONSE_print(BIO *bp, OCSP_RESPONSE *resp,
OPENSSL_EXPORT int OCSP_BASICRESP_get_ext_by_NID(OCSP_BASICRESP *bs, int nid,
int lastpos);

// OCSP_SINGLERESP_get_ext returns the |X509_EXTENSION| in |bs| at index |loc|,
// OCSP_BASICRESP_get_ext returns the |X509_EXTENSION| in |bs| at index |loc|,
// or NULL if |loc| is out of bounds.
OPENSSL_EXPORT X509_EXTENSION *OCSP_BASICRESP_get_ext(OCSP_BASICRESP *bs,
int loc);
Expand Down

0 comments on commit b48e406

Please sign in to comment.