CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2025/02/13 04:19:49
Modified files: lib/libcrypto/ec: ecp_methods.c Log message: ec_mont_group_set_curve: convert to BN_MONT_CTX_create() and simplify This removes the penultimate internal call of BN_MONT_CTX_new(). The last one could be removed at the cost of introducing a BN_MONT_CTX_dup(), which probably isn't worth it. ok jsing