It looks like (at least) the 1.0.0 branch requires a compiler that can handle the long long (or some 64bit) data type. The native compiler on SCO OpenServer 5 (sco5-cc target) does not support long long. I first noticed this in crypto/whrlpool/wp_block, then engines/ccgost/gosthash.h. There may be others.
If OpenSSL now requires a 64bit data type, that's OK. As that is not the case in earlier versions, it should be mentioned in the release notes. On that platform we do have a couple of options. A person could use gcc or load the UDK (Universal Development Kit) which is same compilers used on UnixWare and OpenServr 6 and does support long long. -- Tim Rice Multitalents (707) 887-1469 [email protected] ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [email protected]
