Initialise the al variable
authorMatt Caswell <matt@openssl.org>
Mon, 2 Jan 2017 11:16:37 +0000 (11:16 +0000)
committerMatt Caswell <matt@openssl.org>
Fri, 6 Jan 2017 10:25:13 +0000 (10:25 +0000)
commit0baed5e90b5c211b092a1279b0dac50166cd34d2
tree85f0d6878e18b1c65b495dfb5483c25a75c63f94
parentac52c4be12399f58c66248a0a4d00434c4ab6b54
Initialise the al variable

al can be used uninitialised in an error path.

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