summaryrefslogtreecommitdiff
path: root/times/x86/sha1s.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'times/x86/sha1s.cpp')
-rw-r--r--times/x86/sha1s.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/times/x86/sha1s.cpp b/times/x86/sha1s.cpp
index 0163377de6..3103e1871b 100644
--- a/times/x86/sha1s.cpp
+++ b/times/x86/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);