[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MiBench/security-sha/sha.h
Jeff Cohen
jeffc at jolt-lang.org
Fri Apr 6 19:31:26 PDT 2007
Changes in directory llvm-test/MultiSource/Benchmarks/MiBench/security-sha:
sha.h updated: 1.1 -> 1.2
---
Log message:
Make it work on 64-bit systems.
---
Diffs of the changes: (+1 -1)
sha.h | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-test/MultiSource/Benchmarks/MiBench/security-sha/sha.h
diff -u llvm-test/MultiSource/Benchmarks/MiBench/security-sha/sha.h:1.1 llvm-test/MultiSource/Benchmarks/MiBench/security-sha/sha.h:1.2
--- llvm-test/MultiSource/Benchmarks/MiBench/security-sha/sha.h:1.1 Tue Jan 9 17:57:19 2007
+++ llvm-test/MultiSource/Benchmarks/MiBench/security-sha/sha.h Fri Apr 6 21:31:09 2007
@@ -7,7 +7,7 @@
/* Useful defines & typedefs */
typedef unsigned char BYTE;
-typedef unsigned long LONG;
+typedef unsigned int LONG;
#define SHA_BLOCKSIZE 64
#define SHA_DIGESTSIZE 20
More information about the llvm-commits
mailing list