Replace some usage of SSLerr with SSLfatal()
authorMatt Caswell <matt@openssl.org>
Thu, 23 Nov 2017 16:25:05 +0000 (16:25 +0000)
committerMatt Caswell <matt@openssl.org>
Mon, 4 Dec 2017 13:31:48 +0000 (13:31 +0000)
commit4752c5deb20cae92a7146c4b89ad41045a041970
treec83fce04d1abd189ec50f687afb8f8d1a9ad6a4c
parent1f359471f9eebab29fe2b0e8bf0e0f7b93f3bc26
Replace some usage of SSLerr with SSLfatal()

This is an initial step towards using SSLfatal() everywhere. Initially in
this commit and in subsequent commits we focus on the state machine code.

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