summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/crypto/sha/sha.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libssl/src/crypto/sha/sha.h')
-rw-r--r--lib/libssl/src/crypto/sha/sha.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libssl/src/crypto/sha/sha.h b/lib/libssl/src/crypto/sha/sha.h
index c0c3c16c08a..43c46b5e690 100644
--- a/lib/libssl/src/crypto/sha/sha.h
+++ b/lib/libssl/src/crypto/sha/sha.h
@@ -59,9 +59,10 @@
#ifndef HEADER_SHA_H
#define HEADER_SHA_H
-#include <openssl/e_os2.h>
#include <stddef.h>
+#include <openssl/opensslconf.h>
+
#ifdef __cplusplus
extern "C" {
#endif