diff options
author | Werner Koch <wk@gnupg.org> | 1998-07-09 15:37:17 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 1998-07-09 15:37:17 +0200 |
commit | e143f23c237e523758173e65ff8fdd2966ed938b (patch) | |
tree | b17a57e05ddb9680922b00a42bb5ebefe62d71cd /include | |
parent | fixed clearsig stuff (diff) | |
download | gnupg2-e143f23c237e523758173e65ff8fdd2966ed938b.tar.xz gnupg2-e143f23c237e523758173e65ff8fdd2966ed938b.zip |
fixed severe exploitV0-3-2
Diffstat (limited to 'include')
-rw-r--r-- | include/cipher.h | 2 |
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 --*/ |