CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2023/04/16 03:11:06
Modified files: lib/libcrypto/bn: bn.h Log message: The BN reciprocal API will also become internal-only This is unused outside of the library and could do with some reworking. That's easier without having to care about outside consumers. ok jsing