From: Christophe Jaillet Date: Sun, 8 May 2022 12:59:38 +0000 (+0000) Subject: Fix a typo X-Git-Tag: 2.5.0-alpha2-ci-test-only~343 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=442510ec230b11acc0ed1487ef4a4b82440bb078;p=thirdparty%2Fapache%2Fhttpd.git Fix a typo [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1900693 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/ssl/ssl_private.h b/modules/ssl/ssl_private.h index 74070d9a686..d48f3027f1c 100644 --- a/modules/ssl/ssl_private.h +++ b/modules/ssl/ssl_private.h @@ -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 */