Fix memory leak.
authorDr. Stephen Henson <steve@openssl.org>
Tue, 3 Jul 2012 16:37:50 +0000 (16:37 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Tue, 3 Jul 2012 16:37:50 +0000 (16:37 +0000)
commitdd2516596867cce7586b47406c010d63ba73f289
tree6b243f6f22ef0621524e56cbf94ccc0ae3773cc1
parent657e29c1999f02b8962ccbe26faa63cbccb4ff2e
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