CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/12/04 08:59:52
Modified files:
lib/libcrypto/bn: bn.h bn_lib.c
Log message:
Provide function implementations for various BN_* macros
BN_abs_is_word, BN_is_{zero,one,word,odd}, BN_one, BN_zero_ex are
now implemented as functions for internal use. They will be exposed
publicly to replace the macros reaching into BIGNUM in the next bump.
ok inoguchi jsing
