[poppler] test: read-cache.c,1.1,1.2
Jeff Muizelaar
jrmuizel at kemper.freedesktop.org
Wed Sep 6 20:19:37 PDT 2006
Update of /cvs/poppler/test
In directory kemper:/tmp/cvs-serv28111
Modified Files:
read-cache.c
Log Message:
Don't print the hash values.
Index: read-cache.c
===================================================================
RCS file: /cvs/poppler/test/read-cache.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- read-cache.c 6 Sep 2006 23:28:53 -0000 1.1
+++ read-cache.c 7 Sep 2006 03:19:35 -0000 1.2
@@ -69,8 +69,8 @@
unsigned char hash[SHA_DIGEST_LENGTH];
//printf("found entry\n");
SHA1(buffer, length, hash);
- print_hash(cache_hash);
- print_hash(hash);
+ //print_hash(cache_hash);
+ //print_hash(hash);
current_cache_entry = cache_hash + SHA_DIGEST_LENGTH;
match = memcmp(hash, cache_hash, SHA_DIGEST_LENGTH) == 0 ? 1 : 0;
//printf("match %d\n", match);
More information about the poppler
mailing list