On unix,
- Do a clean install of the current snapshot source code
- config no-idea
-> Symbolic links for the includes are created in include/openssl/, but one
is not created for idea.h.
- make
-> Make stops with an error in crypto/hmac because it can't find
../../include/openssl/idea.h which is listed as a dependency for hmac.o.
Workaround: Do "config" before "config no-idea", so all the links are created.
Fix: "make links" should ignore -DNO_* defines and create all links
unconditionally.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]