openssl/crypto
Richard Levitte 40bace2da6 Fix to build better with DJGPP.
PR: 338

Here's the description, submitted by Gisle Vanem <giva@bgnett.no>:

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. Added calls to dbug_init()/sock_init() in some demo programs.

4. Changed cflags/lflags in configure. Watt-32 install root now taken
   from $WATT_ROOT.
2002-11-14 11:22:46 +00:00
..
aes disable weird assert()s 2002-11-13 14:01:19 +00:00
asn1 free() -> OPENSSL_free() 2002-11-13 20:25:56 +00:00
bf Many security improvements (CHATS) and a warning fix. 2002-11-12 13:23:40 +00:00
bio Fix to build better with DJGPP. 2002-11-14 11:22:46 +00:00
bn Fix to build better with DJGPP. 2002-11-14 11:22:46 +00:00
buffer Many security improvements (CHATS) and a warning fix. 2002-11-12 13:23:40 +00:00
cast Use double dashes so makedepend doesn't misunderstand the flags we 2002-10-09 13:25:12 +00:00
comp Use double dashes so makedepend doesn't misunderstand the flags we 2002-10-09 13:25:12 +00:00
conf Handle last lines that aren't properly terminated. 2002-11-14 06:50:32 +00:00
des Add a few more VxWorks targets. 2002-10-09 13:41:31 +00:00
dh Use double dashes so makedepend doesn't misunderstand the flags we 2002-10-09 13:25:12 +00:00
dsa Many security improvements (CHATS) and a warning fix. 2002-11-12 13:23:40 +00:00
dso Use double dashes so makedepend doesn't misunderstand the flags we 2002-10-09 13:25:12 +00:00
ec Use double dashes so makedepend doesn't misunderstand the flags we 2002-10-09 13:25:12 +00:00
engine When build as dynamic engines, the loading functions should be defined 2002-11-13 15:29:01 +00:00
err makedepend complains when a header file is included more than once in 2002-10-14 09:53:46 +00:00
evp Many security improvements (CHATS) and a warning fix. 2002-11-12 13:23:40 +00:00
hmac Many security improvements (CHATS) and a warning fix. 2002-11-12 13:23:40 +00:00
idea Use double dashes so makedepend doesn't misunderstand the flags we 2002-10-09 13:25:12 +00:00
krb5 Use double dashes so makedepend doesn't misunderstand the flags we 2002-10-09 13:25:12 +00:00
lhash Many security improvements (CHATS) and a warning fix. 2002-11-12 13:23:40 +00:00
md2 Many security improvements (CHATS) and a warning fix. 2002-11-12 13:23:40 +00:00
md4 Many security improvements (CHATS) and a warning fix. 2002-11-12 13:23:40 +00:00
md5 Use double dashes so makedepend doesn't misunderstand the flags we 2002-10-09 13:25:12 +00:00
mdc2 Use double dashes so makedepend doesn't misunderstand the flags we 2002-10-09 13:25:12 +00:00
objects Many security improvements (CHATS) and a warning fix. 2002-11-12 13:23:40 +00:00
ocsp Correct support for SunOS 4.1.3_U1. 2002-11-13 15:49:51 +00:00
pem C++ comments in C code, 'nuff said... 2002-11-13 13:36:29 +00:00
perlasm Further enhance assembler support on Cygwin and DJGPP. 2002-07-18 12:38:07 +00:00
pkcs7 Many security improvements (CHATS) and a warning fix. 2002-11-12 13:23:40 +00:00
pkcs12 Use double dashes so makedepend doesn't misunderstand the flags we 2002-10-09 13:25:12 +00:00
rand Many security improvements (CHATS) and a warning fix. 2002-11-12 13:23:40 +00:00
rc2 Use double dashes so makedepend doesn't misunderstand the flags we 2002-10-09 13:25:12 +00:00
rc4 Use double dashes so makedepend doesn't misunderstand the flags we 2002-10-09 13:25:12 +00:00
rc5 Use double dashes so makedepend doesn't misunderstand the flags we 2002-10-09 13:25:12 +00:00
ripemd Use double dashes so makedepend doesn't misunderstand the flags we 2002-10-09 13:25:12 +00:00
rsa Use double dashes so makedepend doesn't misunderstand the flags we 2002-10-09 13:25:12 +00:00
sha Use double dashes so makedepend doesn't misunderstand the flags we 2002-10-09 13:25:12 +00:00
stack Use double dashes so makedepend doesn't misunderstand the flags we 2002-10-09 13:25:12 +00:00
threads Use new-style system-id macros everywhere possible. I hope I haven't 2001-02-20 08:13:47 +00:00
txt_db Many security improvements (CHATS) and a warning fix. 2002-11-12 13:23:40 +00:00
ui Correct support for SunOS 4.1.3_U1. 2002-11-13 15:49:51 +00:00
x509 Many security improvements (CHATS) and a warning fix. 2002-11-12 13:23:40 +00:00
x509v3 Fix get_email: 0 is a valid return value 2002-11-14 00:45:04 +00:00
.cvsignore Always use buildinf.h, which now includes the mk1mfinf.h data. 1999-07-29 12:57:23 +00:00
cpt_err.c First step in fixing "ex_data" support. Warning: big commit log ... 2001-09-01 19:56:46 +00:00
cryptlib.c Many security improvements (CHATS) and a warning fix. 2002-11-12 13:23:40 +00:00
cryptlib.h Make OpenSSLdie() visible (it's a must to get a proper reference in 2002-11-13 11:35:12 +00:00
crypto-lib.com Remove all referenses to RSAref, since that's been gone for more than 2002-10-31 16:46:18 +00:00
crypto.h Make OpenSSLdie() visible (it's a must to get a proper reference in 2002-11-13 11:35:12 +00:00
cversion.c Add SSLEAY_DIR argument code for SSLeay_version. 2001-01-10 15:15:36 +00:00
ebcdic.c The default C compiler on MacOS X doesn't like empty object files 2002-07-16 10:46:09 +00:00
ebcdic.h EBCDIC support. 2000-02-01 02:21:16 +00:00
ex_data.c Redo type-safety fix. 2001-09-07 11:43:30 +00:00
install.com A new header. 2002-08-09 22:34:57 +00:00
Makefile.ssl Use double dashes so makedepend doesn't misunderstand the flags we 2002-10-09 13:25:12 +00:00
md32_common.h openbsd-x86 macros 2001-10-14 00:57:30 +00:00
mem.c Many security improvements (CHATS) and a warning fix. 2002-11-12 13:23:40 +00:00
mem_dbg.c Many security improvements (CHATS) and a warning fix. 2002-11-12 13:23:40 +00:00
o_time.c Patches to make OpenSSL compilable on MacOS/X. 2002-01-08 09:19:31 +00:00
o_time.h Use one address consistently. 2001-07-05 10:20:07 +00:00
opensslconf.h.in GCC uses __i386__. 2002-01-26 03:57:41 +00:00
opensslv.h The version of the shared library should, for now, reflect the version 2002-07-31 13:24:26 +00:00
ossl_typ.h #undef some things that cause a conflict under Win32 when 2002-02-02 13:19:27 +00:00
symhacks.h Remove clashes between symbols that have the same name except for 2002-08-11 12:23:08 +00:00
tmdiff.c Rhapsody had ftime, Darwin doesn't (any longer?) 2002-10-10 13:36:04 +00:00
tmdiff.h Remove NOPROTO definitions and error code comments. 1999-04-26 16:43:10 +00:00
uid.c Add a few more VxWorks targets. 2002-10-09 13:41:31 +00:00