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:23:25 +0000 (10:23 +0100)
commitb21b330bf195104fd921f2570729b5f837c0e442
treec7263743192cefbf761027f23a1787d01096e3dd
parent325bb1ac25e1f9ae8d2c11bdbc528a115c60ed8e
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>
(cherry picked from commit bf95cde28712cfcad90cb3975cdcb8e5c0f20fde)
crypto/srp/srp_vfy.c