Add consts to EVP_PKEY_asn1_set_private()
authortb <tb@openbsd.org>
Fri, 24 Aug 2018 20:22:15 +0000 (20:22 +0000)
committertb <tb@openbsd.org>
Fri, 24 Aug 2018 20:22:15 +0000 (20:22 +0000)
commit8d6bc8b3e8c3426e6a399728334939c60ac42a0d
tree2a5e72818a10e1459614c76e2eb4ea41838ad14f
parenteb5c5266934eca378b83a81d22f0c1ac7f26f093
Add consts to EVP_PKEY_asn1_set_private()

Requires adding a const to the priv_decode() member of
EVP_PKEY_ASN1_METHOD and adjusting all *_priv_decode()
functions. All this is already documented this way.

tested in a bulk build by sthen
ok jsing
lib/libcrypto/asn1/ameth_lib.c
lib/libcrypto/asn1/asn1_locl.h
lib/libcrypto/dh/dh_ameth.c
lib/libcrypto/dsa/dsa_ameth.c
lib/libcrypto/ec/ec_ameth.c
lib/libcrypto/evp/evp.h
lib/libcrypto/gost/gostr341001_ameth.c
lib/libcrypto/rsa/rsa_ameth.c