aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/sha
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/sha
parent09be75a48015c10864fa84a8b225655996f4e5db (diff)
downloadopenssl-dd3c43c5323d236a42efb1c7d6b509b927747953.tar.gz
Submitted by:
Reviewed by: PR:
Diffstat (limited to 'crypto/sha')
-rw-r--r--crypto/sha/sha1s.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/sha/sha1s.cpp b/crypto/sha/sha1s.cpp
index 0163377de6..3103e1871b 100644
--- a/crypto/sha/sha1s.cpp
+++ b/crypto/sha/sha1s.cpp
@@ -32,7 +32,7 @@ void GetTSC(unsigned long& tsc)
#include <stdio.h>
#include <stdlib.h>
-#include "sha.h"
+#include <openssl/sha.h>
extern "C" {
void sha1_block_x86(SHA_CTX *ctx, unsigned char *buffer,int num);