SOURCES: openssl-gcc_4_2.patch - up for e

arekm arekm at pld-linux.org
Sat Feb 24 21:58:19 CET 2007


Author: arekm                        Date: Sat Feb 24 20:58:19 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- up for e

---- Files affected:
SOURCES:
   openssl-gcc_4_2.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/openssl-gcc_4_2.patch
diff -u SOURCES/openssl-gcc_4_2.patch:1.1 SOURCES/openssl-gcc_4_2.patch:1.2
--- SOURCES/openssl-gcc_4_2.patch:1.1	Thu Nov  9 15:36:11 2006
+++ SOURCES/openssl-gcc_4_2.patch	Sat Feb 24 21:58:14 2007
@@ -122,7 +122,7 @@
 -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) \
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/openssl-gcc_4_2.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list