Thanks for the defines. Now I am getting the following link errors and
have no idea where to go from here. I have tried playing with the code,
but it is really failing miserably. The NO_RSA define pulls out the code
that these functions are all defined in. I really don't want to make
modifications to the source tree because I want to be able to upgrade
the Openssl libraries at some time.


openssl.lib(s23_srvr.obj) : error LNK2001: unresolved external symbol
_SSLv2_server_method
openssl.lib(s23_srvr.obj) : error LNK2001: unresolved external symbol
_ssl2_clear
openssl.lib(s23_srvr.obj) : error LNK2001: unresolved external symbol
_ssl2_new
openssl.lib(s23_lib.obj) : error LNK2001: unresolved external symbol
_ssl2_num_ciphers
openssl.lib(s23_lib.obj) : error LNK2001: unresolved external symbol
_ssl2_get_cipher
openssl.lib(s23_lib.obj) : error LNK2001: unresolved external symbol
_ssl2_get_cipher_by_char
openssl.lib(obj_dat.obj) : error LNK2001: unresolved external symbol
__pctype
openssl.lib(obj_dat.obj) : error LNK2001: unresolved external symbol
___mb_cur_max

-Sean


Bodo Moeller wrote:
> 
> On Mon, Nov 22, 1999 at 08:55:09AM -0800, Sean Walker wrote:
> 
> > What is a good suggestion for an algorithm in SSL that I can use that
> > doesn't have the patent problems here in the US?
> 
> Configure the library with "no-rsa no-idea no-rc5".  What is left
> should not have patent problems in the USA.  Note that to get SSL
> connections without RSA, you have to provide DH parameters for
> servers; see s_server.c, ssltest.c, or look at the mod_ssl sources
> (www.modssl.org).
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to