CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/03/26 19:22:30
Modified files:
lib/libcrypto/bio: bio_lib.c
lib/libcrypto/dh: dh_lib.c
lib/libcrypto/dsa: dsa_lib.c
lib/libcrypto/ec: ec_key.c
lib/libcrypto/rsa: rsa_lib.c
lib/libcrypto/x509: x_all.c
Log message:
Unify *_up_ref() implementations
No need for an inconsistently named local variable and a ternary operator.
ok jsing
