components/openssl/openssl-1.0.1/patches/30_wanboot.patch
branchs11u2-sru
changeset 3272 e797eda2f68f
parent 3017 da8a40fb54dd
child 2156 47340bc31385
equal deleted inserted replaced
3268:17a417ef54a5 3272:e797eda2f68f
   235  #endif
   235  #endif
   236 +#endif	/* _BOOT */
   236 +#endif	/* _BOOT */
   237  
   237  
   238  #include <errno.h>
   238  #include <errno.h>
   239  #include <stdio.h>
   239  #include <stdio.h>
       
   240 @@ -179,6 +181,7 @@
       
   241  	return(ret);
       
   242  	}
       
   243  
       
   244 +#ifndef	_BOOT
       
   245  int RAND_write_file(const char *file)
       
   246  	{
       
   247  	unsigned char buf[BUFSIZE];
       
   248 @@ -327,3 +330,5 @@
       
   249  #endif
       
   250  	return(buf);
       
   251  	}
       
   252 +
       
   253 +#endif /* _BOOT */
   240 --- openssl-1.0.0e/crypto/x509v3/v3_utl.c	2009-07-27 14:08:53.000000000 -0700
   254 --- openssl-1.0.0e/crypto/x509v3/v3_utl.c	2009-07-27 14:08:53.000000000 -0700
   241 +++ openssl-1.0.0e_patched/crypto/x509v3/v3_utl.c	2011-12-13 05:10:08.844191400 -0800
   255 +++ openssl-1.0.0e_patched/crypto/x509v3/v3_utl.c	2011-12-13 05:10:08.844191400 -0800
   242 @@ -659,9 +659,52 @@
   256 @@ -659,9 +659,52 @@
   243  		}
   257  		}
   244  	}
   258  	}