From 2746b131aa482ac17c94bc6b82e58dbcc1b752cf Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sat, 21 Jan 2017 15:46:20 +0000 Subject: Types fix: librandom, libstdcrypto --- src/libstdcrypto/sha256-internal.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libstdcrypto/sha256-internal.h') diff --git a/src/libstdcrypto/sha256-internal.h b/src/libstdcrypto/sha256-internal.h index e5bb974..a01d75c 100644 --- a/src/libstdcrypto/sha256-internal.h +++ b/src/libstdcrypto/sha256-internal.h @@ -3,10 +3,10 @@ #ifndef SHA256_INTERNAL_H #define SHA256_INTERNAL_H -#include +#include #include extern void sha256_feed (SHA256Schedule *, unsigned char) ; -extern void sha256_transform (uint32 *, uint32 const *) ; +extern void sha256_transform (uint32_t *, uint32_t const *) ; #endif -- cgit v1.2.3