You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2014/04/11 19:41:42 UTC

svn commit: r1586727 - /httpd/httpd/trunk/modules/ssl/mod_ssl.h

Author: trawick
Date: Fri Apr 11 17:41:41 2014
New Revision: 1586727

URL: http://svn.apache.org/r1586727
Log:
remove stray character in comment

Modified:
    httpd/httpd/trunk/modules/ssl/mod_ssl.h

Modified: httpd/httpd/trunk/modules/ssl/mod_ssl.h
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/ssl/mod_ssl.h?rev=1586727&r1=1586726&r2=1586727&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/ssl/mod_ssl.h (original)
+++ httpd/httpd/trunk/modules/ssl/mod_ssl.h Fri Apr 11 17:41:41 2014
@@ -93,7 +93,7 @@ typedef int (*ssl_npn_proto_negotiated)(
  * 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));