Author: jfclere
Date: Wed Jun  6 08:52:57 2018
New Revision: 1832992

URL: http://svn.apache.org/viewvc?rev=1832992&view=rev
Log:
follow up of  r1832936, move the commit command in the code, thanks Mark.

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

Modified: tomcat/native/trunk/native/src/sslutils.c
URL: 
http://svn.apache.org/viewvc/tomcat/native/trunk/native/src/sslutils.c?rev=1832992&r1=1832991&r2=1832992&view=diff
==============================================================================
--- tomcat/native/trunk/native/src/sslutils.c (original)
+++ tomcat/native/trunk/native/src/sslutils.c Wed Jun  6 08:52:57 2018
@@ -531,8 +531,7 @@ static int ssl_verify_OCSP(int ok, X509_
             X509_STORE_CTX_set_error(ctx, X509_V_ERR_CERT_REVOKED);
             break;
         case OCSP_STATUS_UNKNOWN:
-            /* correct error code for application errors? */
-            // X509_STORE_CTX_set_error(ctx, 
X509_V_ERR_APPLICATION_VERIFICATION);
+            /* ssl_ocsp_request() sets the error correctly already. */
             break;
         }
     }



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

Reply via email to