From e143f23c237e523758173e65ff8fdd2966ed938b Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 9 Jul 1998 13:37:17 +0000 Subject: fixed severe exploit --- include/cipher.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/cipher.h') 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 --*/ -- cgit v1.2.3