asn1/a_strex.c: fix flags truncation in do_esc_char.
authorAndy Polyakov <appro@openssl.org>
Sat, 11 Nov 2017 21:14:43 +0000 (22:14 +0100)
committerAndy Polyakov <appro@openssl.org>
Mon, 13 Nov 2017 10:03:00 +0000 (11:03 +0100)
commita6f4e3fe622764667cc733c0bc1b498032827f44
tree019701c4fe2592b6c3dda3699f45f6b1ce6b42be
parentb571802dfaa265082c27f690ead0b4e4b8e2b14c
asn1/a_strex.c: fix flags truncation in do_esc_char.

|flags| argument to do_esc_char  was apparently truncated by implicit
cast. [Caught by VC warning subsytem.]

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4721)

(cherry picked from commit 372463103917fcc2b68bd2ba3db55b29ce325705)
crypto/asn1/a_strex.c