]> git.pld-linux.org Git - packages/openssl.git/commitdiff
- obsolete (already in sources)
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 26 Oct 2004 17:21:28 +0000 (17:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    openssl-smime.patch -> 1.2

openssl-smime.patch [deleted file]

diff --git a/openssl-smime.patch b/openssl-smime.patch
deleted file mode 100644 (file)
index 907ca4e..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-From openssl CVS, "Make S/MIME encrypt work again."
---- openssl-0.9.7d/crypto/pkcs7/pk7_doit.c.orig        2003-11-10 02:29:27.000000000 +0100
-+++ openssl-0.9.7d/crypto/pkcs7/pk7_doit.c     2004-06-01 21:42:38.199995776 +0200
-@@ -257,10 +257,15 @@
-                       bio=BIO_new(BIO_s_null());
-               else
-                       {
--                      ASN1_OCTET_STRING *os;
--                      os = PKCS7_get_octet_string(p7->d.sign->contents);
--                      if (os && os->length > 0)
--                              bio = BIO_new_mem_buf(os->data, os->length);
-+                      if (PKCS7_type_is_signed(p7))
-+                              {
-+                              ASN1_OCTET_STRING *os;
-+                              os = PKCS7_get_octet_string(
-+                                                      p7->d.sign->contents);
-+                              if (os && os->length > 0)
-+                                      bio = BIO_new_mem_buf(os->data,
-+                                                              os->length);
-+                              }
-                       if(bio == NULL)
-                               {
-                               bio=BIO_new(BIO_s_mem());
This page took 0.177882 seconds and 4 git commands to generate.