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