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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org