Searched hist:"4 c1eb2eb" (Results 1 – 2 of 2) sorted by relevance
/openbsd/lib/libcrypto/bn/ |
H A D | bn_recp.c | diff 4c1eb2eb Wed Apr 29 00:11:12 GMT 2015 doug <doug@openbsd.org> Add missing BN_CTX_end() calls.
After calling BN_CTX_start(), there must be a BN_CTX_end() before returning. There were missing BN_CTX_end() calls in error paths. One diff chunk was simply removing redundant code related to this.
ok deraadt@
|
/openbsd/lib/libcrypto/ec/ |
H A D | ec_lib.c | diff 4c1eb2eb Wed Apr 29 00:11:12 GMT 2015 doug <doug@openbsd.org> Add missing BN_CTX_end() calls.
After calling BN_CTX_start(), there must be a BN_CTX_end() before returning. There were missing BN_CTX_end() calls in error paths. One diff chunk was simply removing redundant code related to this.
ok deraadt@
|