CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/03/04 09:23:30
Modified files:
lib/libssl/src/crypto/bn: bn.h bn_lib.c
Log message:
graduate bn_expand() to a real function. the openssl version of this
uses a macro with multiple-evaluations of arguments (different amount
than the previous version..), but doug/bcook's inline version makes
BIGNUM not opaque [problem spotted by naddy]
ok doug
