MSDOS/djgpp patches

2004-03-27 Thread Gisle Vanem
Just a little detail, so it doesn't create Watt-32 debug-files unconditionally: --- apps\s_socket.c.orig Sat Dec 27 16:00:40 2003 +++ apps\s_socket.c Sat Mar 27 12:56:50 2004 @@ -171,8 +171,11 @@ { #ifdef WATT32 extern int _watt_do_exit; - _watt_do_exit = 0; +

[openssl.org #338] MSDOS/djgpp patches

2002-11-14 Thread Richard Levitte via RT
I just applied the patch and committed. Please test tomorrows snapshot. This ticket is now resolved. [[EMAIL PROTECTED] - Tue Nov 12 22:31:27 2002]: Here are some patches for MSDOS and djgpp using Watt-32 tcp/ip stack. Patch against snapshot 11-Nov 2002. 1. sock_init() renamed to

MSDOS/djgpp patches

2002-11-12 Thread Gisle Vanem
Here are some patches for MSDOS and djgpp using Watt-32 tcp/ip stack. Patch against snapshot 11-Nov 2002. 1. sock_init() renamed to ssl_sock_init() in ./apps/s_socket.c due to name-clash with Watt-32. 2. rand() renamed to Rand() in ./crypto/bn/divtest.c due to name-clash with stdlib.h 3.

[openssl.org #338] MSDOS/djgpp patches

2002-11-12 Thread
Here are some patches for MSDOS and djgpp using Watt-32 tcp/ip stack. Patch against snapshot 11-Nov 2002. 1. sock_init() renamed to ssl_sock_init() in ./apps/s_socket.c due to name-clash with Watt-32. 2. rand() renamed to Rand() in ./crypto/bn/divtest.c due to name-clash with stdlib.h 3.