summaryrefslogtreecommitdiffstats
path: root/lib/libcrypto/sha/sha_dgst.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libcrypto/sha/sha_dgst.c')
-rw-r--r--lib/libcrypto/sha/sha_dgst.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libcrypto/sha/sha_dgst.c b/lib/libcrypto/sha/sha_dgst.c
index 5a4b3ab2045..70eb56032c3 100644
--- a/lib/libcrypto/sha/sha_dgst.c
+++ b/lib/libcrypto/sha/sha_dgst.c
@@ -56,6 +56,7 @@
* [including the GNU Public Licence.]
*/
+#include <openssl/opensslconf.h>
#if !defined(OPENSSL_NO_SHA0) && !defined(OPENSSL_NO_SHA)
#undef SHA_1
@@ -63,7 +64,7 @@
#include <openssl/opensslv.h>
-const char *SHA_version="SHA" OPENSSL_VERSION_PTEXT;
+const char SHA_version[]="SHA" OPENSSL_VERSION_PTEXT;
/* The implementation is in ../md32_common.h */