summaryrefslogtreecommitdiffstats
path: root/crypto/ripemd
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-04-23 23:28:26 +0000
committerBodo Möller <bodo@openssl.org>1999-04-23 23:28:26 +0000
commitdd3c43c5323d236a42efb1c7d6b509b927747953 (patch)
tree11b108f5f0533e36f40bb3a4d4ae88cdf1dd292f /crypto/ripemd
parent09be75a48015c10864fa84a8b225655996f4e5db (diff)
Submitted by:
Reviewed by: PR:
Diffstat (limited to 'crypto/ripemd')
-rw-r--r--crypto/ripemd/asm/rips.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/ripemd/asm/rips.cpp b/crypto/ripemd/asm/rips.cpp
index 78a933c448..321a98443e 100644
--- a/crypto/ripemd/asm/rips.cpp
+++ b/crypto/ripemd/asm/rips.cpp
@@ -32,7 +32,7 @@ void GetTSC(unsigned long& tsc)
#include <stdio.h>
#include <stdlib.h>
-#include "ripemd.h"
+#include <openssl/ripemd.h>
extern "C" {
void ripemd160_block_x86(RIPEMD160_CTX *ctx, unsigned char *buffer,int num);