Fix an uninit read picked up by Travis
authorMatt Caswell <matt@openssl.org>
Tue, 10 Jan 2017 11:30:57 +0000 (11:30 +0000)
committerMatt Caswell <matt@openssl.org>
Tue, 10 Jan 2017 23:02:51 +0000 (23:02 +0000)
commit0cc092f8a3bcfd437de76f88b3e4a8c5eca136cc
treeaad515fd1234be16f12b998abbed36f83280cca6
parent1b520cbb6ac7b617fe86be3bdab9c98eab24dfe4
Fix an uninit read picked up by Travis

The siglen value needs to be initialised prior to it being read in the
call to EVP_DigestSignFinal later in this function.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2157)
ssl/statem/statem_srvr.c