CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/11/18 10:26:43
Modified files:
usr.sbin/acme-client: acctproc.c key.c
Log message:
acme-client: use EVP_PKEY_base_id()
In an upcoming libcrypto bump, EVP_PKEY will become opaque. In order to
stop reaching inside EVP_PKEY, we must replace EVP_PKEY_type(pkey->type)
with the equivalent EVP_PKEY_base_Id(pkey) in various places.
ok florian
