summaryrefslogtreecommitdiffstats
path: root/INSTALL.DJGPP
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-05-10 14:41:19 +0200
committerRichard Levitte <levitte@openssl.org>2016-05-12 22:10:55 +0200
commit2c25ebd1e29a837b1c0e5fea5f464d4b6ddbab5a (patch)
tree1dcc46d581880394fbf16dd85e38e12eb115bcbc /INSTALL.DJGPP
parentae69c7d35351f9b1dcf42a21455e62d0ed5379e9 (diff)
DJGPP adjustments
* Configure: Replaced -DTERMIO by -DTERMIOS in CFLAGS. * crypto/bio/bss_dgram.c [WATT32]: Remove obsolete redefinition of function names: sock_write, sock_read and sock_puts. * crypto/bio/bss_sock.c [WATT32]: For Watt-32 2.2.11 sock_write, sock_read and sock_puts are redefined to their private names so their names must be undefined first before they can be redefined again. * crypto/bio/bss_file.c (file_fopen) [__DJGPP__]: Make a copy of the passed file name and replace the leading dots in the dirname part and the basname part of the file name, unless LFN is supported. * e_os.h [__DJGPP__]: Undefine macro DEVRANDOM_EGD. Neither MS-DOS nor FreeDOS provide 'egd' sockets. New macro HAS_LFN_SUPPORT checks if underlying file system supports long file names or not. Include sys/un.h. Define WATT32_NO_OLDIES. * INSTALL.DJGPP: Update URL of WATT-32 library. Submitted by Juan Manuel Guerrero <juan.guerrero@gmx.de> RT#4217 Reviewed-by: Andy Polyakov <appro@openssl.org>
Diffstat (limited to 'INSTALL.DJGPP')
-rw-r--r--INSTALL.DJGPP2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.DJGPP b/INSTALL.DJGPP
index e1ec676038..4fd94e44db 100644
--- a/INSTALL.DJGPP
+++ b/INSTALL.DJGPP
@@ -19,7 +19,7 @@
files to download, see the DJGPP "ZIP PICKER" page at
"http://www.delorie.com/djgpp/zip-picker.html". You also need to have
the WATT-32 networking package installed before you try to compile
- OpenSSL. This can be obtained from "http://www.bgnett.no/~giva/".
+ OpenSSL. This can be obtained from "http://www.watt-32.net/".
The Makefile assumes that the WATT-32 code is in the directory
specified by the environment variable WATT_ROOT. If you have watt-32
in directory "watt32" under your main DJGPP directory, specify