Ensure we raise SSLfatal on error
authorMatt Caswell <matt@openssl.org>
Thu, 22 Oct 2020 12:53:27 +0000 (13:53 +0100)
committerBenjamin Kaduk <bkaduk@akamai.com>
Mon, 26 Oct 2020 16:07:20 +0000 (09:07 -0700)
commit47b422c90aec6e3d1de38110d67e17133d086051
tree08fa483e8d1aa7244e1486465edb84605734af71
parent22dddfb925da8775eaf4ee8c377da41e6535afe1
Ensure we raise SSLfatal on error

We were missing a call to SSLfatal. A comment claimed that we had already
called it - but that is incorrect.

Reviewed-by: Ben Kaduk <kaduk@mit.edu>
(Merged from https://github.com/openssl/openssl/pull/13229)
ssl/statem/statem_srvr.c