ARMv8 assembly pack: add Cortex performance numbers.
[openssl.git] / crypto / sha / sha_dgst.c
index 60465d0c3e937c200b6a1d0f1eaf5766c6a8e591..fb63b17ff2c3baddd9637814b5a62825f2fff495 100644 (file)
@@ -56,6 +56,7 @@
  * [including the GNU Public Licence.]
  */
 
+#include <openssl/crypto.h>
 #include <openssl/opensslconf.h>
 #if !defined(OPENSSL_NO_SHA0) && !defined(OPENSSL_NO_SHA)
 
@@ -64,7 +65,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 */