CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2018/08/24 14:17:34
Modified files:
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
Log message:
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