CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/01/18 07:17:05
Modified files:
lib/libssl : t1_lib.c
Log message:
Simplify tls1_check_ec_key()
It doesn't need to have optional arguments anymore, so we can pass
in values and don't need NULL checks and dereferencing.
ok jsing
