openssl/crypto
Dr. Stephen Henson 130832150c Fixes for Win32 build.
This is mostly a work around for the old VC++ problem
that it treats func() as func(void).

Various prototypes had been added to 'compare' function
pointers that triggered this. This could be fixed by removing
the prototype, adding function pointer casts to every call or
changing the passed function to use the expected arguments.
I mostly did the latter.

The mkdef.pl script was modified to remove the typesafe
functions which no longer exist.

Oh and some functions called OPENSSL_freeLibrary() were
changed back to FreeLibrary(), wonder how that happened :-)
2000-06-21 02:25:30 +00:00
..
asn1 Fixes for Win32 build. 2000-06-21 02:25:30 +00:00
bf GCC 2.95.2 from IRIX 6.5 -mabi=64 compiler bug workaround:-( 2000-06-05 14:39:47 +00:00
bio Fixes for Win32 build. 2000-06-21 02:25:30 +00:00
bn This probably fixes a BN_rshift bug. 2000-06-13 15:07:39 +00:00
buffer Enable DSO support on alpha (OSF1), cc and gcc. 2000-06-13 12:59:38 +00:00
cast EVP constification. 2000-06-03 14:13:58 +00:00
comp There have been a number of complaints from a number of sources that names 2000-06-01 22:19:21 +00:00
conf Safe stack reorganisation in terms of function casts. 2000-06-16 23:29:26 +00:00
des Enable DSO support on alpha (OSF1), cc and gcc. 2000-06-13 12:59:38 +00:00
dh Enable DSO support on alpha (OSF1), cc and gcc. 2000-06-13 12:59:38 +00:00
dsa Enable DSO support on alpha (OSF1), cc and gcc. 2000-06-13 12:59:38 +00:00
dso Fixes for Win32 build. 2000-06-21 02:25:30 +00:00
err Using checks of the existence of HEADER_{foo}_H in other header files 2000-06-09 10:41:35 +00:00
evp Fixes for Win32 build. 2000-06-21 02:25:30 +00:00
hmac In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>, 2000-05-02 12:16:01 +00:00
idea EVP constification. 2000-06-03 14:13:58 +00:00
lhash Enable DSO support on alpha (OSF1), cc and gcc. 2000-06-13 12:59:38 +00:00
md2 Enable DSO support on alpha (OSF1), cc and gcc. 2000-06-13 12:59:38 +00:00
md5 Avoid unnecessary links and incomplete program file in apps/. 2000-06-19 17:38:22 +00:00
mdc2 Enable DSO support on alpha (OSF1), cc and gcc. 2000-06-13 12:59:38 +00:00
objects Fixes for Win32 build. 2000-06-21 02:25:30 +00:00
pem Enable DSO support on alpha (OSF1), cc and gcc. 2000-06-13 12:59:38 +00:00
perlasm Move the 'file scope' argument in set_label to 2000-03-03 00:06:40 +00:00
pkcs7 Safe stack reorganisation in terms of function casts. 2000-06-16 23:29:26 +00:00
pkcs12 Fixes for Win32 build. 2000-06-21 02:25:30 +00:00
rand Fixes for Win32 build. 2000-06-21 02:25:30 +00:00
rc2 EVP constification. 2000-06-03 14:13:58 +00:00
rc4 In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>, 2000-05-02 12:16:01 +00:00
rc5 EVP constification. 2000-06-03 14:13:58 +00:00
ripemd Avoid unnecessary links and incomplete program file in apps/. 2000-06-19 17:38:22 +00:00
rsa Add support for the modified SGC key format used in IIS. 2000-06-15 23:48:05 +00:00
sha In some of the Makefiles CPP was not defined. 2000-03-20 18:16:52 +00:00
stack Fixes for Win32 build. 2000-06-21 02:25:30 +00:00
threads There have been a number of complaints from a number of sources that names 2000-06-01 22:19:21 +00:00
txt_db Using checks of the existence of HEADER_{foo}_H in other header files 2000-06-09 10:41:35 +00:00
x509 Handle ASN1_SET_OF and PKCS12_STACK_OF using function 2000-06-20 18:45:28 +00:00
x509v3 Safe stack reorganisation in terms of function casts. 2000-06-16 23:29:26 +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 Add support for dynamically created and destroyed mutexes. This will 2000-06-18 15:59:04 +00:00
cryptlib.c Handle ASN1_SET_OF and PKCS12_STACK_OF using function 2000-06-20 18:45:28 +00:00
cryptlib.h In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>, 2000-05-02 12:35:04 +00:00
crypto-lib.com Modifications for VMS. 2000-06-18 16:06:44 +00:00
crypto.h Add the missing callback pointer handling functions. 2000-06-19 16:38:27 +00:00
cversion.c Always use buildinf.h, which now includes the mk1mfinf.h data. 1999-07-29 12:57:23 +00:00
ebcdic.c Add new -notext option to 'ca', -pubkey option to spkac. 2000-02-03 02:56:48 +00:00
ebcdic.h EBCDIC support. 2000-02-01 02:21:16 +00:00
ex_data.c There have been a number of complaints from a number of sources that names 2000-06-01 22:19:21 +00:00
install.com Modifications for VMS. 2000-06-18 16:06:44 +00:00
Makefile.ssl Enable DSO support on alpha (OSF1), cc and gcc. 2000-06-13 12:59:38 +00:00
md32_common.h Fix signed/unsigned warnings. 2000-02-16 12:09:17 +00:00
mem.c There have been a number of complaints from a number of sources that names 2000-06-01 22:19:21 +00:00
mem_dbg.c There have been a number of complaints from a number of sources that names 2000-06-01 22:19:21 +00:00
opensslconf.h.in Cosmetic change. No, openssl.h.in is not autogenerated :-) 2000-02-18 09:06:55 +00:00
opensslv.h Tagging has now been done, update to the next possible version (I keep 2000-04-01 11:21:14 +00:00
tmdiff.c There have been a number of complaints from a number of sources that names 2000-06-01 22:19:21 +00:00
tmdiff.h Remove NOPROTO definitions and error code comments. 1999-04-26 16:43:10 +00:00