From: Mark J Cox <[EMAIL PROTECTED]>
mjc> -typedef uint64_t AEP_U64;
mjc> +#ifdef SIXTY_FOUR_BIT_LONG
mjc> +typedef unsigned long AEP_U64;
mjc> +#else
mjc> +typedef unsigned long long AEP_U64;
mjc> +#endif
This will break on system where 'long long' doesn't exist, 'long' is
32 bit, and the standard way of having 64-bit ints is with int64_t and
uint64_t.
--
Richard Levitte \ Spannv�gen 38, II \ [EMAIL PROTECTED]
Redakteur@Stacken \ S-168 35 BROMMA \ T: +46-8-26 52 47
\ SWEDEN \ or +46-733-72 88 11
Procurator Odiosus Ex Infernis -- [EMAIL PROTECTED]
Member of the OpenSSL development team: http://www.openssl.org/
Software Engineer, GemPlus: http://www.gemplus.com/
Unsolicited commercial email is subject to an archival fee of $400.
See <http://www.stacken.kth.se/~levitte/mail/> for more info.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]