After removing support for broken PKCS#8 formats (it was high time),
authortb <tb@openbsd.org>
Fri, 24 Aug 2018 20:17:33 +0000 (20:17 +0000)
committertb <tb@openbsd.org>
Fri, 24 Aug 2018 20:17:33 +0000 (20:17 +0000)
commiteb5c5266934eca378b83a81d22f0c1ac7f26f093
treed285240e675e08285b837e7c670068a1d0cec06f
parentbdc5272bb4761d276400988ac74a183036da9a4a
After removing support for broken PKCS#8 formats (it was high time),
we can add const to PKCS8_pkey_get0().  In order for this to work,
we need to sprinkle a few consts here and there.

tested in a bulk by sthen
ok jsing
lib/libcrypto/asn1/p8_pkey.c
lib/libcrypto/dh/dh_ameth.c
lib/libcrypto/dsa/dsa_ameth.c
lib/libcrypto/ec/ec_ameth.c
lib/libcrypto/evp/evp_pkey.c
lib/libcrypto/gost/gostr341001_ameth.c
lib/libcrypto/x509/x509.h