INN commit: branches/2.4/nnrpd (tls.c)

INN Commit Russ_Allbery at isc.org
Fri Sep 26 23:12:49 UTC 2008


    Date: Friday, September 26, 2008 @ 16:12:49
  Author: iulius
Revision: 8058

Bug-fix for TLS:  return 1 when length is right.

Modified:
  branches/2.4/nnrpd/tls.c

-------+
 tls.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: tls.c
===================================================================
--- tls.c	2008-09-26 23:11:47 UTC (rev 8057)
+++ tls.c	2008-09-26 23:12:49 UTC (rev 8058)
@@ -257,7 +257,7 @@
 	     X509_verify_cert_error_string(err));
       
 	if (verify_depth >= depth) {
-	    ok = 0;
+	    ok = 1;
 	    verify_error = X509_V_OK;
 	} else {
 	    ok = 0;



More information about the inn-committers mailing list