X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/secnet/blobdiff_plain/c6f79b178fe27ee315055dccb371b63ca1a6183a..8dea8d37a13fcc615daba3375809900f04a2e5a2:/sha1.c diff --git a/sha1.c b/sha1.c index c378a9d..d85e0a8 100644 --- a/sha1.c +++ b/sha1.c @@ -97,9 +97,9 @@ typedef unsigned long int uint32; #endif /* 0 */ /* Get types and defines from the secnet configuration */ -typedef int64_t int64; +/* typedef int64_t int64; */ typedef uint64_t uint64; -typedef int32_t int32; +/* typedef int32_t int32; */ typedef uint32_t uint32; /* #include */ /* prototype for exit() - JHB */