]> granicus.if.org Git - curl/commit
x509asn1: Silence x64 loss-of-data warning on RSA key length assignment
authorJay Satiro <raysatiro@yahoo.com>
Sun, 5 Apr 2015 06:25:33 +0000 (02:25 -0400)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 6 Apr 2015 15:55:48 +0000 (17:55 +0200)
commitc3101ae287fcfc420bdd816f1eaf39c8dc9b242b
treeb1b8a1e4123a78195a03f7db1b59e55398213c13
parentd363c079128c6d5d9ad1bda8b1efe3c3de170216
x509asn1: Silence x64 loss-of-data warning on RSA key length assignment

The key length in bits will always fit in an unsigned long so the
loss-of-data warning assigning the result of x64 pointer arithmetic to
an unsigned long is unnecessary.
lib/x509asn1.c