summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2002-08-03 12:50:53 +0200
committerWerner Koch <wk@gnupg.org>2002-08-03 12:50:53 +0200
commit85aa3e18c296cdf18f76a47754d5270eb4e3630e (patch)
treec47a142fce35ba999e72fad2037a8020b3d8ab16 /include
parent2002-08-02 Timo Schulz <ts@winpt.org> (diff)
downloadgnupg2-85aa3e18c296cdf18f76a47754d5270eb4e3630e.tar.xz
gnupg2-85aa3e18c296cdf18f76a47754d5270eb4e3630e.zip
The big extension module removal.
Diffstat (limited to 'include')
-rw-r--r--include/cipher.h4
1 files changed, 2 insertions, 2 deletions
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 --*/