Fix misspelled resumption_label for CHARSET_EBCDIC
authorIdo Ben-Natan <ido.bennatan@gmail.com>
Sat, 9 Nov 2019 13:04:39 +0000 (15:04 +0200)
committerDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Mon, 11 Nov 2019 16:06:16 +0000 (17:06 +0100)
commit380aecb611418ab451992c8fad7319b534122907
tree4609b249716e1438702bd690c6f032378467e7af
parenteed2c919fc9ae7e1b3e4cfb2da23655bca263dea
Fix misspelled resumption_label for CHARSET_EBCDIC

The resumption_label variable when CHARSET_EBCDIC was enabled, was misspelled.
Instead of evaluating to 'res binder' as expected, it evaluated to 'red binder'.

CLA: trivial

Reviewed-by: Kurt Roeckx <kurt@roeckx.be>
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/10396)

(cherry picked from commit 6ed12cec7216c3e81b58f5cafa41775e456feaee)
ssl/statem/extensions.c