#include <stddef.h> in digest headers.

Submitted by: Kurt Roeckx <kurt@roeckx.be>
This commit is contained in:
Andy Polyakov 2006-12-29 14:51:42 +00:00
parent 8876e58f34
commit 5c914f204a
4 changed files with 4 additions and 0 deletions

View 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

View File

@ -60,6 +60,7 @@
#define HEADER_MD4_H
#include <openssl/e_os2.h>
#include <stddef.h>
#ifdef __cplusplus
extern "C" {

View File

@ -60,6 +60,7 @@
#define HEADER_MD5_H
#include <openssl/e_os2.h>
#include <stddef.h>
#ifdef __cplusplus
extern "C" {

View File

@ -60,6 +60,7 @@
#define HEADER_RIPEMD_H
#include <openssl/e_os2.h>
#include <stddef.h>
#ifdef __cplusplus
extern "C" {