Fix memory leak.
authorDr. Stephen Henson <steve@openssl.org>
Tue, 3 Jul 2012 16:36:10 +0000 (16:36 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Tue, 3 Jul 2012 16:36:10 +0000 (16:36 +0000)
commit25da47c3c8862cf82fa1e7f32fed9b6c4693ac6e
tree2df5632947f04ad34980cedafaefc6b037c10bf6
parent4dc40f5eec7bbd583e87c391151612128bba12f4
Fix memory leak.

Always perform nexproto callback argument initialisation in s_server
otherwise we use uninitialised data if -nocert is specified.
apps/s_client.c
apps/s_server.c