(Please leave me on the Cc: list - I'm not subscribed.)

I'm seeing the following when I run "make test":

...
Testing cipher AES-128-ECB(encrypt)
Key
0000 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f
Plaintext
0000 00 11 22 33 44 55 66 77 88 99 aa bb cc dd ee ff
Ciphertext
0000 69 c4 e0 d8 6a 7b 04 30 d8 cd b7 80 70 b4 c5 5a
Ciphertext mismatch
Got
0000 c7 b9 c6 5b 7a 24 11 36 21 f2 1a 8b e8 a4 dd dd
Expected
0000 69 c4 e0 d8 6a 7b 04 30 d8 cd b7 80 70 b4 c5 5a
make[1]: *** [test_evp] Error 9

and buildinf.h contains:

#ifndef MK1MF_BUILD
  /* auto-generated by crypto/Makefile for crypto/cversion.c */
  #define CFLAGS "cc -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN
   -DHAVE_DLFCN_H -xtarget=ultra -xarch=v8plus -xO2 -xstrconst -xdepend -Xa
   -DB_ENDIAN -DBN_DIV2W -DMD5_ASM"
  #define PLATFORM "solaris-sparcv9-cc"
  #define DATE "Tue Nov  6 19:00:10 EST 2007"
#endif

Please note the original optimization level was -xO5 - I've been
reducing it per the instructions to see if that solves the problem.

The compiler I am using is /opt/SUNWspro/bin/cc, and uname -a reports

 SunOS site.name 5.10 Generic_118822-23 sun4u sparc SUNW,Ultra-5_10 Solaris

H
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to