CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/11/19 16:15:59
Modified files:
sbin/isakmpd : x509.c
Log message:
isakmpd: stop reaching into EVP_PKEY.
Straightforward conversion to the OpenSSL 1.1 API as a step towards
making EVP_PKEY opaque. EVP_PKEY_get0_RSA() can't fail if we know
that the pkey type is RSA.
ok sthen
