CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2015/02/15 01:48:24
Modified files: lib/libssl/src/crypto/dsa: dsa_gen.c Log message: If we decide to discard the provided seed buffer because its size is not large enough, do it correctly so that the local seed buffer on the stack gets properly initialized in the first iteration of the loop. While there, remove an outdated and bogus comment. Coverity CID 21785 ok doug@ jsing@