CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2023/02/19 06:27:49
Modified files: lib/libcrypto/bn: bn_local.h bn_mont.c Log message: Move struct bn_mont_ctx_st from bn_local.h to bn_mont.c. No code outside of bn_mont.c needs access to it. ok tb@