Author: rjung
Date: Mon Nov  9 17:41:30 2015
New Revision: 1713486

URL: http://svn.apache.org/viewvc?rev=1713486&view=rev
Log:
Simplify search for opening define.

Modified:
    tomcat/native/trunk/native/src/ssl.c

Modified: tomcat/native/trunk/native/src/ssl.c
URL: 
http://svn.apache.org/viewvc/tomcat/native/trunk/native/src/ssl.c?rev=1713486&r1=1713485&r2=1713486&view=diff
==============================================================================
--- tomcat/native/trunk/native/src/ssl.c (original)
+++ tomcat/native/trunk/native/src/ssl.c Mon Nov  9 17:41:30 2015
@@ -1727,7 +1727,7 @@ TCN_IMPLEMENT_CALL(jint, SSL, getHandsha
 
 /*** End Apple API Additions ***/
 
-#else
+#else /* HAVE_OPENSSL */
 /* OpenSSL is not supported.
  * Create empty stubs.
  */
@@ -2097,4 +2097,4 @@ TCN_IMPLEMENT_CALL(jint, SSL, getHandsha
     tcn_ThrowException(e, "Not implemented");
 }
 /*** End Apple API Additions ***/
-#endif
+#endif /* HAVE_OPENSSL */



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

Reply via email to