]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/sha/sha1dgst.c
Constify version strings and some structures.
[thirdparty/openssl.git] / crypto / sha / sha1dgst.c
index 447ce53e17ee3e630c1ad16e8a6c86c3ec3e6c8f..50d1925cdeb261887d2926140e53fe9cbf4387bd 100644 (file)
@@ -64,7 +64,7 @@
 
 #include <openssl/opensslv.h>
 
-const char *SHA1_version="SHA1" OPENSSL_VERSION_PTEXT;
+const char SHA1_version[]="SHA1" OPENSSL_VERSION_PTEXT;
 
 /* The implementation is in ../md32_common.h */