]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix a signed/unsigned warning
authorMatt Caswell <matt@openssl.org>
Mon, 25 Apr 2016 16:45:11 +0000 (17:45 +0100)
committerMatt Caswell <matt@openssl.org>
Mon, 25 Apr 2016 18:47:18 +0000 (19:47 +0100)
commit1ee454157636a69400af56ea19f57c0b05c344ef
treef91e81c4cf33f6fb6a96eeebbb62182592ba5459
parent184ebf0fca31685bb03e2ed225f2c474769fe646
Fix a signed/unsigned warning

This causes a compilation failure when using --strict-warnings in 1.0.2
and 1.0.1

Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
(cherry picked from commit 0ca67644ddedfd656d43a6639d89a6236ff64652)
crypto/asn1/asn1_lib.c