CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/12/15 05:09:46
Modified files:
lib/libcrypto/bn: bn_lib.c
lib/libcrypto/ec: ec_curve.c
lib/libcrypto/man: BN_zero.3
Log message:
BN_get_word(): return (BN_ULONG)-1 on error rather than BN_MASK2
While the latter is more general in that it also works on 1-complement
achitectures, we don't care about that. Adjust documentation and the
only error check for it in libcrypto.
ok deraadt
