commit | f9f674eb76a7c00e3f158f673a7ec01286b02907 | [log] [tgz] |
---|---|---|
author | Matt Caswell <matt@openssl.org> | Thu Nov 23 12:33:11 2017 +0000 |
committer | Matt Caswell <matt@openssl.org> | Mon Dec 04 13:31:48 2017 +0000 |
tree | acaa9d9ffd0f28c2c7e62d71a8c090cb8662c4ca | |
parent | 47e2ee072290db534720565318f0a8110a2e7d92 [diff] |
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)