openssl/crypto
Bodo Möller 7e70181723 It was a very bad idea to use #include "../e_os.h" -- when this occurs
in cryptlib.h (which is often included as "../cryptlib.h"), then the
question remains relative to which directory this is to be interpreted.
gcc went one further directory up, as intended; but makedepend thinks
differently, and so probably do some C compilers.  So the ../ must go away;
thus e_os.h goes back into include/openssl (but I now use
#include "openssl/e_os.h" instead of <openssl/e_os.h> to make the point) --
and we have another huge bunch of dependency changes.  Argh.
1999-05-21 11:16:48 +00:00
..
asn1 It was a very bad idea to use #include "../e_os.h" -- when this occurs 1999-05-21 11:16:48 +00:00
bf Remove redundant ifdef. 1999-05-13 13:29:41 +00:00
bio It was a very bad idea to use #include "../e_os.h" -- when this occurs 1999-05-21 11:16:48 +00:00
bn It was a very bad idea to use #include "../e_os.h" -- when this occurs 1999-05-21 11:16:48 +00:00
buffer It was a very bad idea to use #include "../e_os.h" -- when this occurs 1999-05-21 11:16:48 +00:00
cast It was a very bad idea to use #include "../e_os.h" -- when this occurs 1999-05-21 11:16:48 +00:00
comp Update dependencies. 1999-05-01 22:36:10 +00:00
conf It was a very bad idea to use #include "../e_os.h" -- when this occurs 1999-05-21 11:16:48 +00:00
des It was a very bad idea to use #include "../e_os.h" -- when this occurs 1999-05-21 11:16:48 +00:00
dh It was a very bad idea to use #include "../e_os.h" -- when this occurs 1999-05-21 11:16:48 +00:00
dsa It was a very bad idea to use #include "../e_os.h" -- when this occurs 1999-05-21 11:16:48 +00:00
err It was a very bad idea to use #include "../e_os.h" -- when this occurs 1999-05-21 11:16:48 +00:00
evp It was a very bad idea to use #include "../e_os.h" -- when this occurs 1999-05-21 11:16:48 +00:00
hmac Update dependencies. 1999-05-15 13:38:48 +00:00
idea Missed one line. 1999-05-13 17:55:08 +00:00
lhash It was a very bad idea to use #include "../e_os.h" -- when this occurs 1999-05-21 11:16:48 +00:00
md2 It was a very bad idea to use #include "../e_os.h" -- when this occurs 1999-05-21 11:16:48 +00:00
md5 Bring VMS in sync with the recent changes. 1999-05-20 21:00:29 +00:00
mdc2 It was a very bad idea to use #include "../e_os.h" -- when this occurs 1999-05-21 11:16:48 +00:00
objects It was a very bad idea to use #include "../e_os.h" -- when this occurs 1999-05-21 11:16:48 +00:00
pem It was a very bad idea to use #include "../e_os.h" -- when this occurs 1999-05-21 11:16:48 +00:00
perlasm New option to generate 80386 code. 1999-03-31 12:38:27 +00:00
pkcs7 It was a very bad idea to use #include "../e_os.h" -- when this occurs 1999-05-21 11:16:48 +00:00
pkcs12 It was a very bad idea to use #include "../e_os.h" -- when this occurs 1999-05-21 11:16:48 +00:00
rand It was a very bad idea to use #include "../e_os.h" -- when this occurs 1999-05-21 11:16:48 +00:00
rc2 Missed one line. 1999-05-13 17:55:08 +00:00
rc4 Remove redundant ifdef. 1999-05-13 13:29:41 +00:00
rc5 Remove redundant ifdef. 1999-05-13 13:29:41 +00:00
ripemd Support INSTALL_PREFIX for packagers. 1999-04-29 21:52:08 +00:00
rsa It was a very bad idea to use #include "../e_os.h" -- when this occurs 1999-05-21 11:16:48 +00:00
sha Use ifndef PEDANTIC for all inline assembler. 1999-05-11 22:14:29 +00:00
stack It was a very bad idea to use #include "../e_os.h" -- when this occurs 1999-05-21 11:16:48 +00:00
threads Remove NOPROTO definitions and error code comments. 1999-04-26 16:43:10 +00:00
txt_db It was a very bad idea to use #include "../e_os.h" -- when this occurs 1999-05-21 11:16:48 +00:00
x509 It was a very bad idea to use #include "../e_os.h" -- when this occurs 1999-05-21 11:16:48 +00:00
x509v3 It was a very bad idea to use #include "../e_os.h" -- when this occurs 1999-05-21 11:16:48 +00:00
.cvsignore Better to not have blanks in .cvsignore files 1999-05-01 14:55:27 +00:00
cpt_err.c Complete rewrite of the error code generation script. It now runs as a single 1999-04-24 00:15:18 +00:00
cryptlib.c Various bugfixes: Uses locking for some more of the stuff that is not 1999-05-14 12:40:39 +00:00
cryptlib.h It was a very bad idea to use #include "../e_os.h" -- when this occurs 1999-05-21 11:16:48 +00:00
crypto-lib.com VMS support. 1999-05-13 11:37:32 +00:00
crypto.c Update NO_* macros. 1999-04-27 11:56:15 +00:00
crypto.h Various bugfixes: Uses locking for some more of the stuff that is not 1999-05-14 12:40:39 +00:00
cversion.c Change #include filenames from <foo.h> to <openssl.h>. 1999-04-23 22:13:45 +00:00
e_os.h Add a kludge :-( 1999-05-20 22:18:49 +00:00
ex_data.c New functions sk_set, sk_value and sk_num to replace existing macros: this is 1999-05-19 12:45:16 +00:00
install.com VMS support. 1999-05-13 11:37:32 +00:00
Makefile.ssl It was a very bad idea to use #include "../e_os.h" -- when this occurs 1999-05-21 11:16:48 +00:00
md32_common.h Some solaris-usparc MD5 fixes. 1999-05-20 13:11:43 +00:00
mem.c Change #include filenames from <foo.h> to <openssl.h>. 1999-04-23 22:13:45 +00:00
opensslconf.h.in VMS support. 1999-05-13 11:37:32 +00:00
opensslv.h On seconds thoughts, the version number shoud _never_ decrease. 1999-05-20 19:57:53 +00:00
tmdiff.c Remove redundant ifdef. 1999-05-13 13:29:41 +00:00
tmdiff.h Remove NOPROTO definitions and error code comments. 1999-04-26 16:43:10 +00:00