bio/b_print.c: switch to int64_t as "greatest-width integer type".
authorAndy Polyakov <appro@openssl.org>
Thu, 30 Mar 2017 19:44:55 +0000 (21:44 +0200)
committerAndy Polyakov <appro@openssl.org>
Sat, 1 Apr 2017 13:40:43 +0000 (15:40 +0200)
commit15b337fa58ba822eb1e67d03a192c390a941efa7
treeae60f063573c4667400aa572b6d5c4216fdde3d1
parente6f648fd880369e186039501c960809b17f96e88
bio/b_print.c: switch to int64_t as "greatest-width integer type".

Originally there was dependency on BN configuration parameters, but
it stemmed from times when "long long" support was optional. Today
we require 64-bit support from compiler, and there is no reason to
have "greatest-width integer" depend on BN configuration.

Reviewed-by: Richard Levitte <levitte@openssl.org>
crypto/bio/b_print.c