CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/09/10 11:32:17
Modified files:
lib/libcrypto/evp: p_lib.c
Log message:
Make EVP_PKEY_get1_$TYPE a wrapper of EVP_PKEY_get0_$TYPE
Avoids a bit of code duplication and reduces the probability of a fix being
applied to only one of get0 and get1 (which happend in p_lib.c r1.35).
ok jsing
