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

@@ -602,7 +602,7 @@ static int ec_pkey_ctrl(EVP_PKEY *pkey, int op, long arg1, void *arg2)
}
EVP_PKEY_ASN1_METHOD eckey_asn1_meth =
const EVP_PKEY_ASN1_METHOD eckey_asn1_meth =
{
EVP_PKEY_EC,
EVP_PKEY_EC,