CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/12/25 14:27:03
Modified files:
lib/libcrypto/evp: p_lib.c
Log message:
Simplify EVP_PKEY_up_ref()
There is no need for a local variable and a ternary operator here.
ok jsing
