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

@@ -61,7 +61,7 @@
#include <openssl/err.h>
#include <openssl/bn.h>
const char *ECDSA_version="ECDSA" OPENSSL_VERSION_PTEXT;
const char ECDSA_version[]="ECDSA" OPENSSL_VERSION_PTEXT;
static const ECDSA_METHOD *default_ECDSA_method = NULL;