Author: jfclere
Date: Thu Nov 29 13:06:21 2018
New Revision: 1847714
URL: http://svn.apache.org/viewvc?rev=1847714&view=rev
Log:
Allow to compile with --enable-insecure-export-ciphers
Modified:
tomcat/native/trunk/native/src/sslconf.c
Modified: tomcat/native/trunk/native/src/sslconf.c
URL:
http://svn.apache.org/viewvc/tomcat/native/trunk/native/src/sslconf.c?rev=1847714&r1=1847713&r2=1847714&view=diff
==============================================================================
--- tomcat/native/trunk/native/src/sslconf.c (original)
+++ tomcat/native/trunk/native/src/sslconf.c Thu Nov 29 13:06:21 2018
@@ -220,8 +220,8 @@ TCN_IMPLEMENT_CALL(jint, SSLConf, apply)
unsigned long ec;
#ifndef HAVE_EXPORT_CIPHERS
size_t len;
- char *buf = NULL;
#endif
+ char *buf = NULL;
TCN_ALLOC_CSTRING(cmd);
TCN_ALLOC_CSTRING(value);
UNREFERENCED(o);
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]