summaryrefslogtreecommitdiff
path: root/cipher/rmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'cipher/rmd.h')
-rw-r--r--cipher/rmd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cipher/rmd.h b/cipher/rmd.h
index d2938bfb..6c44017a 100644
--- a/cipher/rmd.h
+++ b/cipher/rmd.h
@@ -29,7 +29,7 @@ typedef struct {
int count;
} RMD160_CONTEXT;
-void _gcry_rmd160_init( RMD160_CONTEXT *hd );
+void _gcry_rmd160_init( void *context );
void _gcry_rmd160_mixblock( RMD160_CONTEXT *hd, char *buffer );
#endif /*G10_RMD_H*/