From 26fd28432d61a88dcef5f3f79657c2caa9461a78 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 4 May 2005 16:32:54 +0000 Subject: [PATCH] * FreeBSD 4.x doesn't have stdint.h, use inttypes.h instead (which is also part of ISO C). --- src/libutil/md5.h | 2 +- src/libutil/sha1.h | 2 +- src/libutil/sha256.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/libutil/md5.h b/src/libutil/md5.h index 6daac5060d..4b18733836 100644 --- a/src/libutil/md5.h +++ b/src/libutil/md5.h @@ -21,7 +21,7 @@ #ifndef _MD5_H #define _MD5_H 1 -#include +#include typedef uint32_t md5_uint32; typedef uintptr_t md5_uintptr; diff --git a/src/libutil/sha1.h b/src/libutil/sha1.h index 012893bd3b..5594f65b5f 100644 --- a/src/libutil/sha1.h +++ b/src/libutil/sha1.h @@ -1,7 +1,7 @@ #ifndef _SHA_H #define _SHA_H -#include +#include /* The SHA block size and message digest sizes, in bytes */ diff --git a/src/libutil/sha256.h b/src/libutil/sha256.h index 39b301342f..0686b84f0e 100644 --- a/src/libutil/sha256.h +++ b/src/libutil/sha256.h @@ -1,7 +1,7 @@ #ifndef _SHA256_H #define _SHA256_H 1 -#include +#include #define SHA_LBLOCK 16 #define SHA_CBLOCK (SHA_LBLOCK*4) /* SHA treats input data as a