]> mj.ucw.cz Git - libucw.git/commitdiff
Declare fingerprints as 12 bytes, not 3 u32's.
authorMartin Mares <mj@ucw.cz>
Fri, 16 Feb 2001 20:16:26 +0000 (20:16 +0000)
committerMartin Mares <mj@ucw.cz>
Fri, 16 Feb 2001 20:16:26 +0000 (20:16 +0000)
lib/index.h

index 25d35e627928eb61697f21f77af2c751d66f2eae..e4182c7c6ff34c5430b6301d420b5a4bb1f119f3 100644 (file)
@@ -43,7 +43,7 @@ enum card_flag {
 /* String fingerprints */
 
 struct fingerprint {
-  u32 hash[3];
+  byte hash[12];
 };
 
 void fingerprint(byte *string, struct fingerprint *fp);