]> git.pld-linux.org Git - packages/openssl.git/blob - stddef.patch
- up to 1.0.2
[packages/openssl.git] / stddef.patch
1 diff -ruN openssl-1.0.2.orig/crypto/sha/sha.h openssl-1.0.2/crypto/sha/sha.h
2 --- openssl-1.0.2.orig/crypto/sha/sha.h 2015-01-22 15:58:32.000000000 +0100
3 +++ openssl-1.0.2/crypto/sha/sha.h      2015-01-27 16:12:51.744113627 +0100
4 @@ -59,8 +59,8 @@
5  #ifndef HEADER_SHA_H
6  # define HEADER_SHA_H
7  
8 -# include <openssl/e_os2.h>
9  # include <stddef.h>
10 +# include <openssl/e_os2.h>
11  
12  #ifdef  __cplusplus
13  extern "C" {
This page took 0.022936 seconds and 3 git commands to generate.