GH735: remove unnecessary allocation
authorJ Mohan Rao Arisankala <mohan@barracuda.com>
Tue, 23 Feb 2016 14:50:50 +0000 (20:20 +0530)
committerRich Salz <rsalz@openssl.org>
Tue, 23 Feb 2016 16:33:57 +0000 (11:33 -0500)
commita44a208442ecf8f576c9e364f8b46b6661c7d2de
tree22f3c898745a37a1484788bb1518b44124986684
parent6b2ebe4332e22b4eb7dd6fadf418e3da7b926ca4
GH735: remove unnecessary allocation

Removing code, where memory was getting allocated for an unused variable

Signed-off-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
ssl/t1_enc.c