CVSROOT:        /cvs
Module name:    src
Changes by:     d...@cvs.openbsd.org    2015/04/28 18:11:12

Modified files:
        lib/libssl/src/crypto/bn: bn_gf2m.c bn_recp.c bn_x931p.c 
        lib/libssl/src/crypto/ec: ec_lib.c 

Log message:
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@

Reply via email to