]> git.pld-linux.org Git - packages/openssl.git/blob - stddef.patch
up to 1.0.1k, fixes for CVE-2014-3571 CVE-2015-0206 CVE-2014-3569 CVE-2014-3572 CVE...
[packages/openssl.git] / stddef.patch
1 Index: openssl-0.9.8k/crypto/sha/sha.h
2 ===================================================================
3 --- openssl-0.9.8k.orig/crypto/sha/sha.h        2008-09-16 12:47:28.000000000 +0200
4 +++ openssl-0.9.8k/crypto/sha/sha.h     2009-07-19 11:36:28.000000000 +0200
5 @@ -59,6 +59,7 @@
6  #ifndef HEADER_SHA_H
7  #define HEADER_SHA_H
8  
9 +#include <stddef.h>
10  #include <openssl/e_os2.h>
11  #include <stddef.h>
12  
This page took 0.027484 seconds and 3 git commands to generate.