aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/sha/sha1.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/sha/sha1.c')
-rw-r--r--crypto/sha/sha1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/sha/sha1.c b/crypto/sha/sha1.c
index b708dec06c..317e9ac255 100644
--- a/crypto/sha/sha1.c
+++ b/crypto/sha/sha1.c
@@ -58,7 +58,7 @@
#include <stdio.h>
#include <stdlib.h>
-#include "sha.h"
+#include <openssl/sha.h>
#define BUFSIZE 1024*16