Joe Orton <[EMAIL PROTECTED]>:

>>>   +#ifdef SIXTY_FOUR_BIT_LONG
>>>   +typedef unsigned long                    AEP_U64;
>>>   +#else
>>>   +typedef unsigned long long               AEP_U64;
>>>   +#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?

Probably not.  But OpenSSL engine support for this card is not
automatically excluded from the compilation on such platforms.


-- 
Bodo M�ller <[EMAIL PROTECTED]>
PGP http://www.informatik.tu-darmstadt.de/TI/Mitarbeiter/moeller/0x36d2c658.html
* TU Darmstadt, Theoretische Informatik, Alexanderstr. 10, D-64283 Darmstadt
* Tel. +49-6151-16-6628, Fax +49-6151-16-6036
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to