Commit 15b337fa authored by Andy Polyakov's avatar Andy Polyakov
Browse files

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: default avatarRichard Levitte <levitte@openssl.org>
parent e6f648fd
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment