| commit | 4752c5deb20cae92a7146c4b89ad41045a041970 | [log] [tgz] |
|---|---|---|
| author | Matt Caswell <matt@openssl.org> | Thu Nov 23 16:25:05 2017 +0000 |
| committer | Matt Caswell <matt@openssl.org> | Mon Dec 04 13:31:48 2017 +0000 |
| tree | c83fce04d1abd189ec50f687afb8f8d1a9ad6a4c | |
| parent | 1f359471f9eebab29fe2b0e8bf0e0f7b93f3bc26 [diff] |
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)