CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2025/02/13 04:15:09
Modified files: lib/libcrypto/bn: bn_exp.c Log message: Convert bn_exp to BN_MONT_CTX_create() This simplifies the handling of the BN_MONT_CTX passed in and unifies the exit paths. Also zap some particularly insightful comments by our favorite captain. ok jsing