summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/crypto/ripemd/rmd_one.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/crypto/ripemd/rmd_one.c')
-rw-r--r--crypto/openssl/crypto/ripemd/rmd_one.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/crypto/openssl/crypto/ripemd/rmd_one.c b/crypto/openssl/crypto/ripemd/rmd_one.c
index 5b6ff14..efdf2dd 100644
--- a/crypto/openssl/crypto/ripemd/rmd_one.c
+++ b/crypto/openssl/crypto/ripemd/rmd_one.c
@@ -57,9 +57,10 @@
*/
#include <stdio.h>
-#include "rmd_locl.h"
+#include <string.h>
+#include <openssl/ripemd.h>
-unsigned char *RIPEMD160(unsigned char *d, unsigned long n,
+unsigned char *RIPEMD160(const unsigned char *d, unsigned long n,
unsigned char *md)
{
RIPEMD160_CTX c;
OpenPOWER on IntegriCloud