CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/07/20 15:55:13
Modified files:
usr.bin/openssl: speed.c
Log message:
Don't try to run ECDH if ecdh_checks fails in openssl(1) speed.
Coverity 72744 noticed that rsa_count was overwitten. The underlying
issue is that this code is supposed to be in an else block.
ok bcook@
