removed remnant test code for cray
authorAndrew Tridgell <tridge@samba.org>
Thu, 28 Jun 2001 05:07:15 +0000 (05:07 +0000)
committerAndrew Tridgell <tridge@samba.org>
Thu, 28 Jun 2001 05:07:15 +0000 (05:07 +0000)
lib/mdfour.c

index 19f2bb7c9e60d9b2beb326b92bd577049afa8808..c7bc7abf37d70bcabf54953306f2a9fada4bd708 100644 (file)
@@ -28,8 +28,6 @@
 
 static struct mdfour *m;
 
-typedef unsigned long long uint64;
-
 #define MASK32 (0xffffffff)
 
 #define F(X,Y,Z) ((((X)&(Y)) | ((~(X))&(Z))))