summaryrefslogtreecommitdiffstats
path: root/patches/openssl-1.0.0h/0016-debian-stddef.patch
blob: 88cfb948493f8d1588b3f461a2c05787e09a7833 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
From 79baef912d453d8bda525e5d3c280a0e66270edd Mon Sep 17 00:00:00 2001
From: Michael Olbrich <m.olbrich@pengutronix.de>
Date: Tue, 22 Feb 2011 13:56:44 +0100
Subject: [PATCH 16/18] debian stddef

Applied stddef.patch from openssl_1.0.0c-2.debian.tar.gz

Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
---
 crypto/sha/sha.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/crypto/sha/sha.h b/crypto/sha/sha.h
index 16cacf9..204514d 100644
--- a/crypto/sha/sha.h
+++ b/crypto/sha/sha.h
@@ -59,6 +59,7 @@
 #ifndef HEADER_SHA_H
 #define HEADER_SHA_H
 
+#include <stddef.h>
 #include <openssl/e_os2.h>
 #include <stddef.h>
 
-- 
1.7.8.4