Add a missing SSLfatal call
authorMatt Caswell <matt@openssl.org>
Thu, 8 Nov 2018 14:03:17 +0000 (14:03 +0000)
committerMatt Caswell <matt@openssl.org>
Thu, 15 Nov 2018 11:48:08 +0000 (11:48 +0000)
A missing SSLfatal call can result in an assertion failed error if the
condition gets triggered.

Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7594)


No differences found