X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=secnet.git;a=blobdiff_plain;f=sha1.c;h=d85e0a83975f15f9089bf02d7081c57d48ddb68a;hp=c378a9d5aa80082b4ff438e7a95ac288b7850a8b;hb=ff05a229397c75142725f45cad191ce4a00625ce;hpb=3454dce4c6909648b711a59b57c5a527036b2a8e 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 */