libextractor

GNU libextractor
Log | Files | Refs | Submodules | README | LICENSE

commit d4460d363db529e7f06a2ceae1309d9b2d417699
parent cba2e96b5f5e464fa77ee22d62fd82b4fc3f0d07
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 30 Oct 2009 19:31:17 +0000

fix

Diffstat:
Msrc/plugins/hash/rmd160extractor.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/plugins/hash/rmd160extractor.c b/src/plugins/hash/rmd160extractor.c @@ -556,7 +556,6 @@ rmd160_sum_bytes (RMD160 arg_handle, unsigned char *result_p) { rmd160uint32 temp[5]; rmd160uint32 *ptemp; - unsigned char *result_p; if (!rmd160_sum_words (arg_handle, temp)) return;