#include <stddef.h> in digest headers.
authorAndy Polyakov <appro@openssl.org>
Fri, 29 Dec 2006 14:51:42 +0000 (14:51 +0000)
committerAndy Polyakov <appro@openssl.org>
Fri, 29 Dec 2006 14:51:42 +0000 (14:51 +0000)
Submitted by: Kurt Roeckx <kurt@roeckx.be>

crypto/md2/md2.h
crypto/md4/md4.h
crypto/md5/md5.h
crypto/ripemd/ripemd.h

index 5b71855cb2e42fc17caeb4456134a0825114fe01..a46120e7d418b2184a7e29827862e78a59600829 100644 (file)
@@ -63,6 +63,7 @@
 #ifdef OPENSSL_NO_MD2
 #error MD2 is disabled.
 #endif
+#include <stddef.h>
 
 #define MD2_DIGEST_LENGTH      16
 #define MD2_BLOCK              16
index d289d287cb361950752d2d53bab6618540c2af04..c3ed9b3f75f8933fa97589d58eef52b29377a4e0 100644 (file)
@@ -60,6 +60,7 @@
 #define HEADER_MD4_H
 
 #include <openssl/e_os2.h>
+#include <stddef.h>
 
 #ifdef  __cplusplus
 extern "C" {
index d8c52345ded5da6ce794b90476f34dfdb5bd7677..4cbf84386b32f3c5cc48fbd450ea75d3c927091d 100644 (file)
@@ -60,6 +60,7 @@
 #define HEADER_MD5_H
 
 #include <openssl/e_os2.h>
+#include <stddef.h>
 
 #ifdef  __cplusplus
 extern "C" {
index dea1f182113f202fe52cc5969ddd112e0f8281bb..5942eb61808fe2ccdf9fbe4f3238271e55451567 100644 (file)
@@ -60,6 +60,7 @@
 #define HEADER_RIPEMD_H
 
 #include <openssl/e_os2.h>
+#include <stddef.h>
 
 #ifdef  __cplusplus
 extern "C" {