summaryrefslogtreecommitdiffstats
path: root/crypto/md2
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/md2
parent8876e58f34b55a125fdd9ad51be6fabef557c036 (diff)
#include <stddef.h> in digest headers.
Submitted by: Kurt Roeckx <kurt@roeckx.be>
Diffstat (limited to 'crypto/md2')
-rw-r--r--crypto/md2/md2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/md2/md2.h b/crypto/md2/md2.h
index 5b71855cb2..a46120e7d4 100644
--- a/crypto/md2/md2.h
+++ b/crypto/md2/md2.h
@@ -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