Hello.

When trying to build openssl with some cipher algorithms disabled I've
encountered following result:

making all in crypto/engine...
gcc -I.. -I../.. -I../../include -fPIC -DOPENSSL_PIC -DZLIB
-DOPENSSL_THREADS -pthread -D_THREAD_SAFE -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DL_ENDIAN -DTERMIOS -O3 -fomit-frame-pointer -Wall
-DOPENSSL_BN_ASM_PART_WORDS -DSHA1_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM
-c eng_padlock.c
In file included from eng_padlock.c:73:
../../include/openssl/aes.h:58:2: #error AES is disabled.
*** Error code 1

Platform FreeBSD 5.3 

configuration command:
 
 ./config shared zlib no-des no-aes no-bf

Configuration command outputs 
"Configured for BSD-x86" which seems to be wrong, because BSD-x86-elf
target seems to be more appropriate

                                With best regards Victor Wagner

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to