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