diff options
Diffstat (limited to 'include/cipher.h')
-rw-r--r-- | include/cipher.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/cipher.h b/include/cipher.h index dcc304521..dd4af18cb 100644 --- a/include/cipher.h +++ b/include/cipher.h @@ -157,6 +157,7 @@ void md_stop_debug( MD_HANDLE a ); } while(0) void rmd160_hash_buffer (char *outbuf, const char *buffer, size_t length); +void sha1_hash_buffer (char *outbuf, const char *buffer, size_t length); /*-- cipher.c --*/ |