CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/08/31 14:49:37
Modified files:
lib/libssl : ssl_rsa.c
Log message:
Recommit -r1.45 but without error checking EVP_PKEY_copy_parameters()
EVP_PKEY_copy_parameters() will unconditionally fail if the pkey's ameth
has no copy_params(). Obviously this is indistinguishable from actual
failure...
ok jsing
