summaryrefslogtreecommitdiffstats
path: root/crypto/ripemd
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2006-12-29 14:51:42 +0000
committerAndy Polyakov <appro@openssl.org>2006-12-29 14:51:42 +0000
commit5c914f204ae023c84742d5a0dd210cccef17744d (patch)
tree4765def255b524d51eb77606b065e4401cfd97ee /crypto/ripemd
parent8876e58f34b55a125fdd9ad51be6fabef557c036 (diff)
#include <stddef.h> in digest headers.
Submitted by: Kurt Roeckx <kurt@roeckx.be>
Diffstat (limited to 'crypto/ripemd')
-rw-r--r--crypto/ripemd/ripemd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/ripemd/ripemd.h b/crypto/ripemd/ripemd.h
index dea1f18211..5942eb6180 100644
--- a/crypto/ripemd/ripemd.h
+++ b/crypto/ripemd/ripemd.h
@@ -60,6 +60,7 @@
#define HEADER_RIPEMD_H
#include <openssl/e_os2.h>
+#include <stddef.h>
#ifdef __cplusplus
extern "C" {