]> git.pld-linux.org Git - packages/openssl.git/blobdiff - openssl-gcc_4_2.patch
- up for e
[packages/openssl.git] / 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.02995 seconds and 4 git commands to generate.