summaryrefslogtreecommitdiffstats
path: root/crypto/md2
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2006-12-29 14:55:43 +0000
committerAndy Polyakov <appro@openssl.org>2006-12-29 14:55:43 +0000
commit62116332737de598c639b08e79411928d42ff452 (patch)
tree7ad03820c39690c29158e82c10798505c001d208 /crypto/md2
parent3a4cf918bf0d7b45af9404137aa60b431c5154d7 (diff)
#include <stddef.h> in digest headers [from HEAD].
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