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:26:32 +0000 (10:26 +0100)
commitb2a6718819cc29be0abdf9272a037f82317ed163
tree6e0ed305eb7901459d24085efaf20070272663ac
parent34a0eade7ffea9c73b59e0fdffd4e1148b47b5ee
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