From 85aa3e18c296cdf18f76a47754d5270eb4e3630e Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Sat, 3 Aug 2002 10:50:53 +0000 Subject: The big extension module removal. --- include/cipher.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/cipher.h b/include/cipher.h index 634569199..7ad3772ba 100644 --- a/include/cipher.h +++ b/include/cipher.h @@ -134,8 +134,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 ); + +void rmd160_hash_buffer (char *outbuf, const char *buffer, size_t length); /*-- cipher.c --*/ -- cgit v1.2.3