summaryrefslogtreecommitdiffstats
path: root/crypto/sha/sha_one.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/sha/sha_one.c')
-rw-r--r--crypto/sha/sha_one.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/sha/sha_one.c b/crypto/sha/sha_one.c
index 66b083144a..e61c63f3e9 100644
--- a/crypto/sha/sha_one.c
+++ b/crypto/sha/sha_one.c
@@ -59,6 +59,7 @@
#include <stdio.h>
#include <string.h>
#include <openssl/sha.h>
+#include <openssl/crypto.h>
#ifndef OPENSSL_NO_SHA0
unsigned char *SHA(const unsigned char *d, unsigned long n, unsigned char *md)