CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2025/01/01 03:01:31
Modified files: lib/libcrypto/ec: ec_lib.c ec_local.h ecp_methods.c Log message: Garbage collect .group_finish() There is only one caller, EC_GROUP_free(), so inline the relevant free calls there and dispose of a few layers of indirection. ok jsing