After some discussion with OpenBSD folks, I've been convinced that
DES_INT should be norm rather than not on most platforms, since int is
32 bits most often, at least on 32- and 64-bit architectures.  The
blatant exception that I know of would be DOS, where int is usually a
16-bit quantity, and where DES_LONG should be 'unsigned long' rather
than 'unsigned int'.

As far as I know, DES_LONG is supposed to be a 32-bit quantity.  Have
I gotten this wrong?  If not, I'll make appropriate changes to
Configure, and some problems on some 64-bit architectures may go away.

-- 
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]

Reply via email to