On Wed, Dec 01, 1999 at 12:39:26PM -0800, Sean Walker wrote:
>> Has anyone been able to compile using the "no-rsa" flag under WindowNT. I
>> get 26 unresolved functions at link time. This appears to happen because
>> there are functions in libeay32.def that are from files that are not
>> compiled.
> Not a chance. The defines are incorrect and remove essential functions.
> There are several functions that get removed by the defines that are
> required elsewhere in the code that is non-rsa dependant code. Removing
> the entries from the .def files will not fix it as they are used in the
> code. I don't know enough about the code to fix it, or else I would have
> already.
Some time ago I verified that, for some version of OpenSSL 0.9.4-dev
or 0.9.5-dev, compiling the software with no-rsa works (and DSA/DH
connections work with the resulting software). I used Mingw32 then,
and it may use the DEF files differently, but certainly the software
linked as expected. Did you run all the appropriate script in the ms
subdirectory to build the DEF files? Did it correctly read the options from
Makefile.ssl in the top directory (you can insert a line "print;" in
the function definition for read_options in util/mk1mf.pl to verify
what options reach the program)?
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]