Author: jfclere
Date: Wed Jun 6 13:00:15 2018
New Revision: 1833022
URL: http://svn.apache.org/viewvc?rev=1833022&view=rev
Log:
remove Accidentally committed debug line. Thanks Rainer.
Modified:
tomcat/native/trunk/native/src/sslcontext.c
Modified: tomcat/native/trunk/native/src/sslcontext.c
URL:
http://svn.apache.org/viewvc/tomcat/native/trunk/native/src/sslcontext.c?rev=1833022&r1=1833021&r2=1833022&view=diff
==============================================================================
--- tomcat/native/trunk/native/src/sslcontext.c (original)
+++ tomcat/native/trunk/native/src/sslcontext.c Wed Jun 6 13:00:15 2018
@@ -569,7 +569,6 @@ TCN_IMPLEMENT_CALL(jboolean, SSLContext,
return JNI_FALSE;
}
- fprintf(stderr,"setCARevocation: 1\n");
if (!c->crl) {
if ((c->crl = SSL_CTX_get_cert_store(c->ctx)) == NULL)
goto cleanup;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]