Fix error return value in SRP functions
authorMatt Caswell <matt@openssl.org>
Mon, 25 Apr 2016 15:22:31 +0000 (16:22 +0100)
committerMatt Caswell <matt@openssl.org>
Mon, 23 May 2016 22:55:11 +0000 (23:55 +0100)
The functions SRP_Calc_client_key() and SRP_Calc_server_key() were
incorrectly returning a valid pointer in the event of error.

Issue reported by Yuan Jochen Kang

Reviewed-by: Richard Levitte <levitte@openssl.org>

No differences found