]> granicus.if.org Git - openssl/commitdiff
#include <stddef.h> in digest headers [from HEAD].
authorAndy Polyakov <appro@openssl.org>
Fri, 29 Dec 2006 14:55:43 +0000 (14:55 +0000)
committerAndy Polyakov <appro@openssl.org>
Fri, 29 Dec 2006 14:55:43 +0000 (14:55 +0000)
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 b080cbdc21402cf5464dad5ba94a58ccbc7e02d4..5598c93a4fea9a7c612efbe2fa611313950fe340 100644 (file)
@@ -60,6 +60,7 @@
 #define HEADER_MD4_H
 
 #include <openssl/e_os2.h>
+#include <stddef.h>
 
 #ifdef  __cplusplus
 extern "C" {
index 6d283fe9dac8d9903c0701bff3654b2a0565bd2a..dbdc0e1abc7edab6be01189398c5d5a1db3ddb7d 100644 (file)
@@ -60,6 +60,7 @@
 #define HEADER_MD5_H
 
 #include <openssl/e_os2.h>
+#include <stddef.h>
 
 #ifdef  __cplusplus
 extern "C" {
index 06bd67183bc3affa86229b4d604d7e5dadb1c6d7..033a5965b58db1ad71c1fb4ddeac275ec80e204e 100644 (file)
@@ -60,6 +60,7 @@
 #define HEADER_RIPEMD_H
 
 #include <openssl/e_os2.h>
+#include <stddef.h>
 
 #ifdef  __cplusplus
 extern "C" {