summaryrefslogtreecommitdiff
path: root/recipes-connectivity/openssl/openssl/debian_bpo8+1/stddef.patch
blob: b70c614fd0543ac6cd20df27416e5c22bac4f5b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
 crypto/sha/sha.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/crypto/sha/sha.h
+++ b/crypto/sha/sha.h
@@ -59,8 +59,8 @@
 #ifndef HEADER_SHA_H
 # define HEADER_SHA_H
 
-# include <openssl/e_os2.h>
 # include <stddef.h>
+# include <openssl/e_os2.h>
 
 #ifdef  __cplusplus
 extern "C" {