unsigned long long is not accepted anywhere, especially on certain
authorRichard Levitte <levitte@openssl.org>
Sat, 17 Nov 2001 23:01:25 +0000 (23:01 +0000)
committerRichard Levitte <levitte@openssl.org>
Sat, 17 Nov 2001 23:01:25 +0000 (23:01 +0000)
commit07ad3257fc8c59bd45361a55fad20f6e6116fbc8
tree69bfa482ddc0577ab45dfd75c9baed61319f391d
parentc02efd954db51827630f894bab7cd025bd382c3c
unsigned long long is not accepted anywhere, especially on certain
32-bit platforms.  Instead, make use of inttypes.h and use the types
defined there to get 8-, 16-, 32- an 64-bit values.

There might be some operating systems where one should use int_types.h
instead of inttypes.h.  Unfortunately, I don't recall which one(s).
crypto/engine/vendor_defns/aep.h