[packages/openssl102: 227/432] - up for e
adwol
adwol at pld-linux.org
Sat Sep 29 01:20:39 CEST 2018
commit a8f5bcdd6a9301e1772677aac2ffe3ce40379328
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Sat Feb 24 20:58:14 2007 +0000
- up for e
Changed files:
openssl-gcc_4_2.patch -> 1.2
openssl-gcc_4_2.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/openssl-gcc_4_2.patch b/openssl-gcc_4_2.patch
index f9c6838..c4d797c 100644
--- a/openssl-gcc_4_2.patch
+++ b/openssl-gcc_4_2.patch
@@ -122,7 +122,7 @@ I hope someone can come up with a better idea...
-return(((type *(*)(D2I_OF(type),char *,FILE *,type **,pem_password_cb *,void *))openssl_fcast(PEM_ASN1_read))(d2i_##asn1, str,fp,x,cb,u)); \
+static void *__PEM_ASN1_read=openssl_fcast(PEM_ASN1_read); \
+return(((type *(*)(D2I_OF(type),char *,FILE *,type **,pem_password_cb *,void *))__PEM_ASN1_read)(d2i_##asn1, str,fp,x,cb,u)); \
- } \
+ }
#define IMPLEMENT_PEM_write_fp(name, type, str, asn1) \
int PEM_write_##name(FILE *fp, type *x) \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/openssl102.git/commitdiff/9fc1b1b87b259e8a327c99835865e91a391efc9e
More information about the pld-cvs-commit
mailing list