mirror of
https://github.com/apache/httpd.git
synced 2025-08-15 23:27:39 +00:00
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:
@ -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 */
|
||||
|
Reference in New Issue
Block a user