openssl/crypto
Richard Levitte 6bc847e49e Apply the Tru64 patch from Tim Mooney <mooney@dogbert.cc.ndsu.NoDak.edu>
His comments are:

1) Changes all references for `True64' to be `Tru64', which is the correct
spelling for the OS name.

2) Makes `alpha-cc' be the same as `alpha164-cc', and adds an `alphaold-cc'
entry that is the same as the previous `alpha-cc'.  The reason is that most
people these days are using the newer compiler, so it should be the default.

3) Adds a bit of commentary to Configure, regarding the name changes of
the OS over the years, so it's not so confusing to people that haven't been
with the OS for a while.

4) Adds an `alpha-cc-rpath' target (which is *not* selected automatically
by Configure under any circumstance) that builds an RPATH into the
shared libraries.  This is explained in the comment in Configure.  It's
very very useful for people that want it, and people that don't want it
just shouldn't choose that target.

5) Adds the `-pthread' flag as the best way to get POSIX thread support
from the newer compiler.

6) Updates the Makefile targets, so that when the `alpha164-cc', `alpha-cc',
or `alpha-cc-rpath' target is what Configure is set to use, it uses a Makefile
target that includes the `-msym' option when building the shared library.
This is a performance enhancement.

7) Updates `config' so that if it detects you're running version 4 or 5
of the OS, it automatically selects `alpha-cc', but uses `alphaold-cc'
for versions 1-3 of the OS.

8) Updates the comment in opensslv.h, fixing both the OS name typo and
adding a reference to IRIX 6.x, since the shared library semantics are
virtually identical there.
2001-08-10 15:26:21 +00:00
..
asn1 Start to reduce some of the header bloat. 2001-08-05 18:02:16 +00:00
bf make update 2001-07-31 17:07:24 +00:00
bio Start to reduce some of the header bloat. 2001-08-05 18:02:16 +00:00
bn make update 2001-07-31 17:07:24 +00:00
buffer make update 2001-07-31 17:07:24 +00:00
cast make update 2001-07-31 17:07:24 +00:00
comp Start to reduce some of the header bloat. 2001-08-05 18:02:16 +00:00
conf make update 2001-07-31 17:07:24 +00:00
des Start to reduce some of the header bloat. 2001-08-05 18:02:16 +00:00
dh Start to reduce some of the header bloat. 2001-08-05 18:02:16 +00:00
dsa Start to reduce some of the header bloat. 2001-08-05 18:02:16 +00:00
dso make update 2001-07-31 17:07:24 +00:00
ec make update 2001-07-31 17:07:24 +00:00
engine Start to reduce some of the header bloat. 2001-08-05 18:02:16 +00:00
err Start to reduce some of the header bloat. 2001-08-05 18:02:16 +00:00
evp More typedef'd struct names as search targets 2001-08-06 11:57:08 +00:00
hmac Start to reduce some of the header bloat. 2001-08-05 18:02:16 +00:00
idea make update 2001-07-31 17:07:24 +00:00
krb5 Start to reduce some of the header bloat. 2001-08-05 18:02:16 +00:00
lhash make update 2001-07-31 17:07:24 +00:00
md2 make update 2001-07-31 17:07:24 +00:00
md4 make update 2001-07-31 17:07:24 +00:00
md5 make update 2001-07-31 17:07:24 +00:00
mdc2 make update 2001-07-31 17:07:24 +00:00
objects Start to reduce some of the header bloat. 2001-08-05 18:02:16 +00:00
ocsp Start to reduce some of the header bloat. 2001-08-05 18:02:16 +00:00
pem Start to reduce some of the header bloat. 2001-08-05 18:02:16 +00:00
perlasm Accept digits in symbol names. Spotted by Brian Havard <brianh@kheldar.apana.org.au> 2001-06-04 16:34:31 +00:00
pkcs7 Start to reduce some of the header bloat. 2001-08-05 18:02:16 +00:00
pkcs12 Start to reduce some of the header bloat. 2001-08-05 18:02:16 +00:00
rand Start to reduce some of the header bloat. 2001-08-05 18:02:16 +00:00
rc2 make update 2001-07-31 17:07:24 +00:00
rc4 make update 2001-07-31 17:07:24 +00:00
rc5 make update 2001-07-31 17:07:24 +00:00
rijndael make update 2001-07-31 17:07:24 +00:00
ripemd make update 2001-07-31 17:07:24 +00:00
rsa Start to reduce some of the header bloat. 2001-08-05 18:02:16 +00:00
sha make update 2001-07-31 17:07:24 +00:00
stack make update 2001-07-31 17:07:24 +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 make update 2001-07-31 17:07:24 +00:00
ui make update 2001-07-31 17:07:24 +00:00
x509 More typedef'd struct names as search targets 2001-08-06 11:57:08 +00:00
x509v3 Start to reduce some of the header bloat. 2001-08-05 18:02:16 +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 Make all configuration macros available for application by making 2001-02-19 16:06:34 +00:00
cryptlib.c md_rand.c thread safety 2001-07-25 17:17:24 +00:00
cryptlib.h e_os.h does not belong with the exported headers. Do not put it there 2001-02-22 14:45:02 +00:00
crypto-lib.com Addapt VMS script to the latest changes in the makefiles. 2001-07-27 07:47:51 +00:00
crypto.h md_rand.c thread safety 2001-07-25 17:17:24 +00:00
cversion.c Add SSLEAY_DIR argument code for SSLeay_version. 2001-01-10 15:15:36 +00:00
ebcdic.c DEC C on VMS is pedantic by definition. 2001-02-20 13:24:23 +00:00
ebcdic.h EBCDIC support. 2000-02-01 02:21:16 +00:00
ex_data.c Comment correction. 2000-12-18 09:18:22 +00:00
install.com ui was forgotten when installing libcrypto and it's headers. 2001-05-14 12:22:27 +00:00
Makefile.ssl Start to reduce some of the header bloat. 2001-08-05 18:02:16 +00:00
md32_common.h Make EVP_Digest*() routines return a value. 2001-03-08 14:04:22 +00:00
mem_dbg.c Correct const-ness. 2001-07-08 11:42:38 +00:00
mem.c No functional change, but slightly improved code clarity. 2001-01-10 19:26:34 +00:00
o_time.c Make sure memcpy() gets properly declared by including string.h. 2001-08-03 10:54:00 +00:00
o_time.h Use one address consistently. 2001-07-05 10:20:07 +00:00
opensslconf.h.in Spelling corrected. 2001-03-02 10:57:54 +00:00
opensslv.h Apply the Tru64 patch from Tim Mooney <mooney@dogbert.cc.ndsu.NoDak.edu> 2001-08-10 15:26:21 +00:00
symhacks.h Make more short aliases for symbols that are longer than 31 2001-05-14 11:58:08 +00:00
tmdiff.c Code for better build under Darwin (MacOS X). 2001-03-07 10:04:00 +00:00
tmdiff.h Remove NOPROTO definitions and error code comments. 1999-04-26 16:43:10 +00:00
types.h Start to reduce some of the header bloat. 2001-08-05 18:02:16 +00:00
uid.c User OPENSSL_UNISTD instead of <unistd.h>. 2001-04-26 08:26:18 +00:00