chiark / gitweb /
Import release 0.1.13
[secnet.git] / sha1.c
diff --git a/sha1.c b/sha1.c
index c378a9d5aa80082b4ff438e7a95ac288b7850a8b..d85e0a83975f15f9089bf02d7081c57d48ddb68a 100644 (file)
--- 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 <process.h> */     /* prototype for exit() - JHB */