[Pkg-openssl-changes] r766 - openssl/trunk/debian/patches

Kurt Roeckx kroeckx at moszumanska.debian.org
Tue Mar 1 17:43:38 UTC 2016


Author: kroeckx
Date: 2016-03-01 17:43:38 +0000 (Tue, 01 Mar 2016)
New Revision: 766

Modified:
   openssl/trunk/debian/patches/block_diginotar.patch
Log:
Fix patch.


Modified: openssl/trunk/debian/patches/block_diginotar.patch
===================================================================
--- openssl/trunk/debian/patches/block_diginotar.patch	2016-03-01 17:40:21 UTC (rev 765)
+++ openssl/trunk/debian/patches/block_diginotar.patch	2016-03-01 17:43:38 UTC (rev 766)
@@ -27,7 +27,7 @@
          goto err;
  
 +	ok = check_ca_blacklist(ctx);
-+	if(!ok) goto end;
++	if(!ok) goto err;
 +
  #ifndef OPENSSL_NO_RFC3779
      /* RFC 3779 path validation, now that CRL check has been done */




More information about the Pkg-openssl-changes mailing list