Remove an unnecessary cast that causes certain compilers (eg. mine) some
authorGeoff Thorpe <geoff@openssl.org>
Wed, 29 Oct 2003 05:00:57 +0000 (05:00 +0000)
committerGeoff Thorpe <geoff@openssl.org>
Wed, 29 Oct 2003 05:00:57 +0000 (05:00 +0000)
commit8a66d17899e6ed3ccdb2feb878e5d77d35753494
tree70cbe83b43231bc2f57cf0d229f67fd3cca8116d
parent2eeaa0261ef53307008b9725bc001b397c96e22e
Remove an unnecessary cast that causes certain compilers (eg. mine) some
confusion. Also silence a couple of signed/unsigned warnings.
crypto/bio/b_print.c