On Thu, Dec 06, 2001 at 01:58:14PM +0100, Richard Levitte - VMS Whacker wrote:
> 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.

Sure - I don't know if any such platform is supported by the card
though?  Solaris certainly is, so it seems useful to have this code work
on Solaris 2.5.

Regards,

joe
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to