diff options
Diffstat (limited to 'src/lib/libcrypto/ripemd/rmd_one.c')
-rw-r--r-- | src/lib/libcrypto/ripemd/rmd_one.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/lib/libcrypto/ripemd/rmd_one.c b/src/lib/libcrypto/ripemd/rmd_one.c index a7626dbcda..5b6ff14714 100644 --- a/src/lib/libcrypto/ripemd/rmd_one.c +++ b/src/lib/libcrypto/ripemd/rmd_one.c | |||
@@ -59,10 +59,8 @@ | |||
59 | #include <stdio.h> | 59 | #include <stdio.h> |
60 | #include "rmd_locl.h" | 60 | #include "rmd_locl.h" |
61 | 61 | ||
62 | unsigned char *RIPEMD160(d, n, md) | 62 | unsigned char *RIPEMD160(unsigned char *d, unsigned long n, |
63 | unsigned char *d; | 63 | unsigned char *md) |
64 | unsigned long n; | ||
65 | unsigned char *md; | ||
66 | { | 64 | { |
67 | RIPEMD160_CTX c; | 65 | RIPEMD160_CTX c; |
68 | static unsigned char m[RIPEMD160_DIGEST_LENGTH]; | 66 | static unsigned char m[RIPEMD160_DIGEST_LENGTH]; |