INN commit: trunk/nnrpd (tls.c)

INN Commit Russ_Allbery at isc.org
Sat Sep 20 07:22:31 UTC 2008


    Date: Saturday, September 20, 2008 @ 00:22:30
  Author: iulius
Revision: 8035

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

Modified:
  trunk/nnrpd/tls.c

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

Modified: tls.c
===================================================================
--- tls.c	2008-09-20 07:13:18 UTC (rev 8034)
+++ tls.c	2008-09-20 07:22:30 UTC (rev 8035)
@@ -252,7 +252,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