]> git.pld-linux.org Git - packages/openssl.git/blob - stddef.patch
bb65b23319571ac08df75e8f3f2374f154b87cb1
[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.01858 seconds and 2 git commands to generate.