Constify version strings and some structures.
[openssl.git] / crypto / dsa / dsa_lib.c
index b9825791bab46e8ea0358026c91e3a3631e14289..e9b75902dbc25e21ab9565855c33ccdadbc1a272 100644 (file)
@@ -70,7 +70,7 @@
 #include <openssl/dh.h>
 #endif
 
-const char *DSA_version="DSA" OPENSSL_VERSION_PTEXT;
+const char DSA_version[]="DSA" OPENSSL_VERSION_PTEXT;
 
 static const DSA_METHOD *default_DSA_method = NULL;