Skip to content

Commit

Permalink
PR feedback: fix grammer in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhop committed Jun 21, 2023
1 parent 01d0584 commit 9100782
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ssl/internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -2581,8 +2581,8 @@ struct SSL_X509_METHOD {
// session_clear frees any X509-related state from |session|.
void (*session_clear)(SSL_SESSION *session);
// session_verify_cert_chain verifies the certificate chain in |session|,
// sets |session->verify_result|, |session->x509_verified_chain| and returns
// true on success or false on error.
// and sets |session->verify_result| and |session->x509_verified_chain|. It
// returns true on success or false on error.
bool (*session_verify_cert_chain)(SSL_SESSION *session, SSL_HANDSHAKE *ssl,
uint8_t *out_alert);

Expand Down

0 comments on commit 9100782

Please sign in to comment.