CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2022/07/02 03:33:20
Modified files: lib/libssl : t1_lib.c tls_key_share.c Log message: Make tls1_ec_curve_id2nid() return explicit NID_undef instead of 0 on error and adjust the only caller that didn't check for NID_undef already. ok beck jsing