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