I did the test on a RS/6000 running AIX 4.2 with the IBM compiler xlC
(openssl-SNAP-19990308-1530) with the following results
(maybe the problems in quad_cksum are already well known?):
> $ sh config
worked without any problem!!
> $ make
worked without problems , just the following compiler warnings:
----------------------------------------------------------------------------
-----
"b_sock.c", line 207.58: 1506-280 (W) Function argument assignment between
types
"unsigned long*" and "int*" is not allowed.
"b_sock.c", line 619.50: 1506-280 (W) Function argument assignment between
types
"unsigned long*" and "int*" is not allowed.
"v3_skey.c", line 154.40: 1506-280 (W) Function argument assignment between
type
s "unsigned int*" and "int*" is not allowed.
"pk7_doit.c", line 727.49: 1506-280 (W) Function argument assignment between
typ
es "unsigned int*" and "int*" is not allowed.
"s_socket.c", line 224.58: 1506-280 (W) Function argument assignment between
typ
es "unsigned long*" and "int*" is not allowed.
"s_socket.c", line 390.54: 1506-280 (W) Function argument assignment between
typ
es "unsigned long*" and "int*" is not allowed.
----------------------------------------------------------------------------
------
> $ make rehash
worked without problems
> $ make test
failed with the following output:
----------------------------------------------------------------------------
------
xaver@sinan(sccs2) > make test
/home2/xaver/openssl/openssl-SNAP-19990308-1530/test
testing...
Target "all" is up to date.
./destest
Doing cbcm
Doing ecb
Doing ede ecb
Doing cbc
Doing desx cbc
Doing ede cbc
Doing pcbc
Doing cfb8 cfb16 cfb32 cfb48 cfb64 cfb64() ede_cfb64() done
Doing ofb
Doing ofb64
Doing ede_ofb64
Doing cbc_cksum
Doing quad_cksum
quad_cksum error, out[0] 00000000 is not 327eba8d
quad_cksum error, out[1] 8d000000 is not 201a49cc
input word alignment test 0 1 2 3
output word alignment test 0 1 2 3
fast crypt test
make: The error code from the last command is 1.
Stop.
make: The error code from the last command is 2.
Stop.
---------------------------------------------------------------------
Sorry, I currently have not the time to analyze the problems in the test.
Greetings,
Xaver Fischer
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]