Fix a typo

[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1900693 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Christophe Jaillet
2022-05-08 12:59:38 +00:00
parent e5ad1ea5ac
commit 442510ec23

View File

@ -1172,7 +1172,7 @@ int ssl_is_challenge(conn_rec *c, const char *servername,
X509 **pcert, EVP_PKEY **pkey,
const char **pcert_file, const char **pkey_file);
/* Set the renegotation state for connection. */
/* Set the renegotiation state for connection. */
void modssl_set_reneg_state(SSLConnRec *sslconn, modssl_reneg_state state);
#endif /* SSL_PRIVATE_H */