summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>1998-07-09 15:37:17 +0200
committerWerner Koch <wk@gnupg.org>1998-07-09 15:37:17 +0200
commite143f23c237e523758173e65ff8fdd2966ed938b (patch)
treeb17a57e05ddb9680922b00a42bb5ebefe62d71cd /include
parentfixed clearsig stuff (diff)
downloadgnupg2-e143f23c237e523758173e65ff8fdd2966ed938b.tar.xz
gnupg2-e143f23c237e523758173e65ff8fdd2966ed938b.zip
fixed severe exploitV0-3-2
Diffstat (limited to 'include')
-rw-r--r--include/cipher.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/cipher.h b/include/cipher.h
index 6df44b772..0e2b95a79 100644
--- a/include/cipher.h
+++ b/include/cipher.h
@@ -121,6 +121,8 @@ void md_stop_debug( MD_HANDLE a );
md_write( (h), NULL, 0 ); \
(h)->buffer[(h)->bufcount++] = (c) & 0xff; \
} while(0)
+/*-- rmd160.c --*/
+void rmd160_hash_buffer( char *outbuf, const char *buffer, size_t length );
/*-- cipher.c --*/