openssl/crypto/cast
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
..
asm New option to generate 80386 code. 1999-03-31 12:38:27 +00:00
.cvsignore Ignore Makefile.save 1999-04-29 16:04:54 +00:00
c_cfb64.c Don't use reserved name "_encrypt" for parameters; 1999-05-13 17:51:35 +00:00
c_ecb.c Don't use reserved name "_encrypt" for parameters; 1999-05-13 17:51:35 +00:00
c_enc.c Don't use reserved name "_encrypt" for parameters; 1999-05-13 17:51:35 +00:00
c_ofb64.c Avoid shadowing, and a bit of constification while I'm at it. 1999-05-13 17:10:42 +00:00
c_skey.c Change #include filenames from <foo.h> to <openssl.h>. 1999-04-23 22:13:45 +00:00
cast.h Avoid shadowing, and a bit of constification while I'm at it. 1999-05-13 17:10:42 +00:00
cast_lcl.h It was a very bad idea to use #include "../e_os.h" -- when this occurs 1999-05-21 11:16:48 +00:00
cast_s.h OPENSSL_EXTERN, OPENSSL_GLOBAL 1999-05-15 14:23:29 +00:00
cast_spd.c Remove redundant ifdef. 1999-05-13 13:29:41 +00:00
castopts.c Remove redundant ifdef. 1999-05-13 13:29:41 +00:00
casts.cpp Submitted by: 1999-04-23 23:28:26 +00:00
casttest.c New Configure option no-<cipher> (rsa, idea, rc5, ...). 1999-04-27 01:14:46 +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
Makefile.uni New Makefile variables $(RANLIB) and $(PERL). 1999-04-01 12:34:33 +00:00