Is _WINDLL (or OPENSSL_OPT_WINDLL) supposed to
be set by apps when linking to the OpenSSL import libs? 
Or is it enough to simply link with the imports libs? The 
docs didn't mention these flags.

BTW. The following test programs fails to link with the dynamic 
versions of the libs:
  crypto/des/des.c
  crypto/x509v3/tabtest.c

AFAICS it due to a missing prototype in some header.
So the mkdef.pl program fails to make a .def entry for
required functions. E.g. DES_3cbc_encrypt(). 

BTW2. I cannot find the 'SSL_COMP_get_compression_method' 
anywhere so the .DLL linking fails. Had to use sed to replace it with
'SSL_COMP_get_compression_methods'  (note plural).

And I don't have 'ENGINE_load_gmp()' either because I don't
have any <gmp.h> header. So the .dll linking fails there too.

I'm using MingW / gcc 3.3.1 on Win-XP.

--gv


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

Reply via email to