]> git.pld-linux.org Git - packages/openssl.git/commitdiff
- up for e
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 24 Feb 2007 20:58:14 +0000 (20:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    openssl-gcc_4_2.patch -> 1.2

openssl-gcc_4_2.patch

index f9c683823874fcdd40f5a86863e4d0a5d162e78f..c4d797c1d9347f3c0503a1f535129aa65cb4ee99 100644 (file)
@@ -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) \
This page took 0.035364 seconds and 4 git commands to generate.