CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/08/20 04:59:09
Modified files:
lib/libcrypto/bn: bn_ctx.c
lib/libcrypto/man: BN_CTX_start.3
Log message:
make BN_CTX_end(NULL) a NOOP for compatibility with documented behaviour
in OpenSSL 1.1.1 even though in general, letting random functions
accept NULL is not advisable because it can hide programming errors;
"yes please" tb@
"unfortunately I suspect you're right" jsing@
"oh well" deraadt@
