CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2025/01/22 02:39:56
Modified files: lib/libcrypto/bn: bn_recp.c Log message: BN_mod_mul_reciprocal: remove y == NULL complication No caller ever passes y == NULL, so remove the corresponding contortions and unindent the relevant bits. ok jsing