CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2025/01/18 06:11:58
Modified files: lib/libssl : t1_lib.c Log message: Remove two pointless NULL checks The only caller ensures that the EC_KEY is not NULL and passes the address of comp_id on its stack, so neither will be NULL.