CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2018/08/24 14:22:15
Modified files:
lib/libcrypto/asn1: ameth_lib.c 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
Log message:
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