diff options
author | Andy Polyakov <appro@openssl.org> | 2006-12-29 15:51:42 +0100 |
---|---|---|
committer | Andy Polyakov <appro@openssl.org> | 2006-12-29 15:51:42 +0100 |
commit | 5c914f204ae023c84742d5a0dd210cccef17744d (patch) | |
tree | 4765def255b524d51eb77606b065e4401cfd97ee /crypto/md4 | |
parent | Montgomery multiplication for MIPS III/IV. Not engaged. (diff) | |
download | openssl-5c914f204ae023c84742d5a0dd210cccef17744d.tar.xz openssl-5c914f204ae023c84742d5a0dd210cccef17744d.zip |
#include <stddef.h> in digest headers.
Submitted by: Kurt Roeckx <kurt@roeckx.be>
Diffstat (limited to 'crypto/md4')
-rw-r--r-- | crypto/md4/md4.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/md4/md4.h b/crypto/md4/md4.h index d289d287cb..c3ed9b3f75 100644 --- a/crypto/md4/md4.h +++ b/crypto/md4/md4.h @@ -60,6 +60,7 @@ #define HEADER_MD4_H #include <openssl/e_os2.h> +#include <stddef.h> #ifdef __cplusplus extern "C" { |