ssl/ssl_asn1.c: resolve warnings in VC-WIN32 build, which allows to add /WX.
authorAndy Polyakov <appro@openssl.org>
Sat, 11 Nov 2017 21:21:10 +0000 (22:21 +0100)
committerAndy Polyakov <appro@openssl.org>
Mon, 13 Nov 2017 09:58:21 +0000 (10:58 +0100)
commit802127e8fc07cbef499b645e7e1ae48ce3ed981c
tree24f616a708827b670df7af0d80208ef615c7f19b
parentb4c0e4dff6c84a3cdf464587923eaa0f789168b8
ssl/ssl_asn1.c: resolve warnings in VC-WIN32 build, which allows to add /WX.

It's argued that /WX allows to keep better focus on new code, which
motivates its comeback...

[Keep this commit separate as reminder for time overhaul.]

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