]> granicus.if.org Git - apache/commitdiff
remove stray character in comment
authorJeff Trawick <trawick@apache.org>
Fri, 11 Apr 2014 17:41:41 +0000 (17:41 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 11 Apr 2014 17:41:41 +0000 (17:41 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1586727 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/mod_ssl.h

index 5213ec024a86fefb425e2c11d7674a87c461a3e9..ca820103e1cf9df6fa7f5ab2702f8eb81d32619d 100644 (file)
@@ -93,7 +93,7 @@ typedef int (*ssl_npn_proto_negotiated)(conn_rec *connection,
  * invoked from a pre_connection hook which runs *after* mod_ssl.c's
  * pre_connection hook.  The function returns OK if the callbacks are
  * register, or DECLINED otherwise (for example if mod_ssl does not
-l * support NPN).  */
+ * support NPN).  */
 APR_DECLARE_OPTIONAL_FN(int, modssl_register_npn, (conn_rec *conn, 
                                                    ssl_npn_advertise_protos advertisefn,
                                                    ssl_npn_proto_negotiated negotiatedfn));