Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-12-03 17:21:32 +0300
committerRichard Levitte <levitte@openssl.org>2002-12-03 17:21:32 +0300
commita067cba35b955c8b9925c7d338d2604dcf041ca6 (patch)
tree80688d57ab07334637dad491e17047c18043e477 /crypto/ripemd
parent2905015c6e92c8a4a04e6eb4a9a8dcf43281757b (diff)
Windows CE updates, contributed by Steven Reddie <smr@essemer.com.au>
Diffstat (limited to 'crypto/ripemd')
-rw-r--r--crypto/ripemd/rmd_one.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/ripemd/rmd_one.c b/crypto/ripemd/rmd_one.c
index a783282282..f8b580c33a 100644
--- a/crypto/ripemd/rmd_one.c
+++ b/crypto/ripemd/rmd_one.c
@@ -59,6 +59,7 @@
#include <stdio.h>
#include <string.h>
#include <openssl/ripemd.h>
+#include <openssl/crypto.h>
unsigned char *RIPEMD160(const unsigned char *d, unsigned long n,
unsigned char *md)