CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2015/02/15 01:44:35
Modified files: lib/libssl/src/crypto/ec: ec_mult.c Log message: In ec_wNAF_mul(), move the declaration of tmp_wNAF higher in scope, so that all the function's exit paths can make sure it gets freed. Coverity CID 78861 tweaks & ok doug@ jsing@