]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix a typo
authorChristophe Jaillet <jailletc36@apache.org>
Sun, 8 May 2022 12:59:38 +0000 (12:59 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sun, 8 May 2022 12:59:38 +0000 (12:59 +0000)
[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1900693 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/ssl_private.h

index 74070d9a686d24097292ef4ae20750861ad5db4e..d48f3027f1ce9048ca4e98001437df39b44ef734 100644 (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 */