Fix SRP memory leaks
authorMatt Caswell <matt@openssl.org>
Wed, 16 Sep 2015 09:24:37 +0000 (10:24 +0100)
committerMatt Caswell <matt@openssl.org>
Mon, 21 Sep 2015 09:17:58 +0000 (10:17 +0100)
commitbf95cde28712cfcad90cb3975cdcb8e5c0f20fde
tree827e3db600b325e8cb11dcc4193cb45861cb4b30
parentdfd6211ce3536cdf6a2d455ac108fb35ab1b865d
Fix SRP memory leaks

There were some memory leaks in the creation of an SRP verifier (both on
successful completion and also on some error paths).

Reviewed-by: Emilia Käsper <emilia@openssl.org>
crypto/srp/srp_vfy.c