ssl/statem/statem_lib.c: make servercontext/clientcontext arrays of chars instead...
authorArtiom Vaskov <velemas@gmail.com>
Thu, 12 Sep 2019 10:40:32 +0000 (13:40 +0300)
committerTomas Mraz <tmraz@fedoraproject.org>
Thu, 10 Oct 2019 14:28:44 +0000 (16:28 +0200)
commit99435164ac55fda18922e278316ad76305f338ad
tree5be7873486bd007371c8159e2c3eef7d0ff56772
parent600703f4f4d4bbe7016a8704a0f2195e370648c0
ssl/statem/statem_lib.c: make servercontext/clientcontext arrays of chars instead of char pointers to fix EBCDIC builds.

Fixes #9869

CLA:trivial

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/9878)

(cherry picked from commit d8e8ed0220f0656a6e7e384ef4d7e1757b48fd95)
ssl/statem/statem_lib.c