Assert that SSLfatal() only gets called once
authorMatt Caswell <matt@openssl.org>
Thu, 23 Nov 2017 12:33:11 +0000 (12:33 +0000)
committerMatt Caswell <matt@openssl.org>
Mon, 4 Dec 2017 13:31:48 +0000 (13:31 +0000)
commitf9f674eb76a7c00e3f158f673a7ec01286b02907
treeacaa9d9ffd0f28c2c7e62d71a8c090cb8662c4ca
parent47e2ee072290db534720565318f0a8110a2e7d92
Assert that SSLfatal() only gets called once

We shouldn't call SSLfatal() multiple times for the same error condition.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4778)
ssl/statem/statem.c
ssl/statem/statem_clnt.c