CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2025/12/05 07:12:32
Modified files:
lib/libcrypto/bn: bn.h bn_convert.c bn_internal.h bn_local.h
lib/libcrypto/ec: ec_internal.h
Log message:
libcrypto: make most of the BN_* macro pollution internal
This is a first sweep of reducing the number of terribly named macros
in bn.h More can go away. Those we need internally go to bn_local.h.
Annoyingly bn_internal.h uses some of them, so it includes bn_local.h
now. This can be cleaned up later.
ok jsing kenjiro