From 05be7e87e3f201a3c63849e352f344f55605a94b Mon Sep 17 00:00:00 2001 From: pawelz Date: Mon, 29 Sep 2008 21:53:40 +0000 Subject: [PATCH] - applied upstream Changed files: openssl-pkcs12.patch -> 1.2 --- openssl-pkcs12.patch | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 openssl-pkcs12.patch diff --git a/openssl-pkcs12.patch b/openssl-pkcs12.patch deleted file mode 100644 index bec63f1..0000000 --- a/openssl-pkcs12.patch +++ /dev/null @@ -1,21 +0,0 @@ -fix from upstream - -http://bugs.gentoo.org/224843 - -Index: crypto/x509/x509_att.c -=================================================================== -RCS file: /usr/local/src/openssl/CVSROOT/openssl/crypto/x509/x509_att.c,v -retrieving revision 1.8.2.2 -retrieving revision 1.8.2.3 -diff -u -p -r1.8.2.2 -r1.8.2.3 ---- crypto/x509/x509_att.c 2 Apr 2008 11:11:51 -0000 1.8.2.2 -+++ crypto/x509/x509_att.c 30 May 2008 10:57:13 -0000 1.8.2.3 -@@ -303,7 +303,7 @@ int X509_ATTRIBUTE_set1_data(X509_ATTRIB - } - if(!(attr->value.set = sk_ASN1_TYPE_new_null())) goto err; - if(!(ttmp = ASN1_TYPE_new())) goto err; -- if (len == -1) -+ if ((len == -1) && !(attrtype & MBSTRING_FLAG)) - { - if (!ASN1_TYPE_set1(ttmp, attrtype, data)) - goto err; -- 2.43.0