On Mon, 31 Dec 2001, John E. Lopez wrote:

> I want to write a TCP(Watt-32 tcp/ip http://www.bgnett.no/~giva/) msdos
> application that uses openssl. 

Openssl compiles with DJGPP just fine. It doesn't support the entropy
gathering daemon, so you have to make sure that your program supplies
a source of "random" data. To compile with DJGPP apply the patch I
posted to openssl-dev and read the generated file "install.djgpp". The
patch for the latest stable release (0.9.6c) can be found at:
"http://www.mail-archive.com/openssl-dev@openssl.org/msg10318.html";
A patch for the development branch can be found at:
"http://www.mail-archive.com/openssl-dev@openssl.org/msg10317.html";

After applying the patch, pick your configuration options, and run
(from the bash shell) Configure, then make.

I haven't heard of openssl being ported to the other DOS compilers.
                             Doug
__ 
Doug Kaufman
Internet: [EMAIL PROTECTED]
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to