You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bi...@apache.org on 2015/11/03 03:18:14 UTC

svn commit: r1712200 - /tomcat/native/branches/1.1.x/native/src/ssl.c

Author: billbarker
Date: Tue Nov  3 02:18:13 2015
New Revision: 1712200

URL: http://svn.apache.org/viewvc?rev=1712200&view=rev
Log:
Fix typo

Modified:
    tomcat/native/branches/1.1.x/native/src/ssl.c

Modified: tomcat/native/branches/1.1.x/native/src/ssl.c
URL: http://svn.apache.org/viewvc/tomcat/native/branches/1.1.x/native/src/ssl.c?rev=1712200&r1=1712199&r2=1712200&view=diff
==============================================================================
--- tomcat/native/branches/1.1.x/native/src/ssl.c (original)
+++ tomcat/native/branches/1.1.x/native/src/ssl.c Tue Nov  3 02:18:13 2015
@@ -661,7 +661,7 @@ TCN_IMPLEMENT_CALL(jint, SSL, initialize
         ssl_initialized = 0;
         return (jint)APR_EINVAL;
     }
-#enduf
+#endif
     /* We must register the library in full, to ensure our configuration
      * code can successfully test the SSL environment.
      */



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org