summaryrefslogtreecommitdiff
path: root/data/openssl/mbstring.diff
diff options
context:
space:
mode:
Diffstat (limited to 'data/openssl/mbstring.diff')
-rw-r--r--data/openssl/mbstring.diff12
1 files changed, 0 insertions, 12 deletions
diff --git a/data/openssl/mbstring.diff b/data/openssl/mbstring.diff
deleted file mode 100644
index 0336b0357..000000000
--- a/data/openssl/mbstring.diff
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ru openssl-0.9.8h/crypto/x509/x509_att.c openssl-0.9.8h+iPhone/crypto/x509/x509_att.c
---- openssl-0.9.8h/crypto/x509/x509_att.c 2008-04-02 11:11:51.000000000 +0000
-+++ openssl-0.9.8h+iPhone/crypto/x509/x509_att.c 2008-09-13 07:11:14.000000000 +0000
-@@ -303,7 +303,7 @@
- }
- 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;