The shellscript test/testenc must be told somehow which ciphers have
been configured. After a -DNO_IDEA build, it still tries to run
"../apps/openssl idea-ecb" etc., which of course fails. I usually
just ignored this error because I obviously knew that I explicitly did
not include IDEA, so this is less of a surprise than the RSAREF-OAEP
thing; but still it should be changed.
What's the cleanest way to solve this? Exile the command list
(des-cfb des-ede-cfb des-ede3-cfb \
des-ofb des-ede-ofb des-ede3-ofb \
des-ecb des-ede des-ede3 desx \
des-cbc des-ede-cbc des-ede3-cbc \
idea-ecb idea-cfb idea-ofb idea-cbc \
rc2-ecb rc2-cfb rc2-ofb rc2-cbc \
bf-ecb bf-cfb bf-ofb bf-cbc rc4 \
cast5-ecb cast5-cfb cast5-ofb cast5-cbc)
into an external file and run this external file through the C
pre-processor so that #ifndef NO_IDEA can be used?
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]