Constify version strings and some structures.

This commit is contained in:
Dr. Stephen Henson
2007-01-21 13:07:17 +00:00
parent a6d799d705
commit 560b79cbff
56 changed files with 70 additions and 70 deletions

View 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;