> Not sure if this is an appropriate ML for the question, but I hope it's > interesting for the developers. > > I've tried to compile OpenSSL 1.0.1c with the latest ICC(Intel C > Compiler) on my x86_64 Debian Squeeze machine: > > # icc -v > icc version 13.0.1 (gcc version 4.4.5 compatibility) > > Despite absence of the special -icc target for x86_64 architecture > specifying CC=icc did the trick and OpenSSL > compiled smoothly without any errors. But... "make test" failed with the > tons of errors, starting with: > > des_ede3_cbcm_encrypt decrypt error > 37 36 35 34 33 32 31 20 4e 6f 77 20 69 73 20 74 68 65 20 74 69 6d 65 20 > 66 6f 72 20 00
http://cvs.openssl.org/chngview?cn=23036. Note that the patch is not applied to 1.0.1 branch, because icc is not supported in 1.0.1 in x86_64 context and 1.0.1 is formally consistent with itself. If you want to experiment, apply manually to your 1.0.1 copy or experiment with [upcoming] 1.0.2 or HEAD snapshots. ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager majord...@openssl.org