openssl/crypto/cast
Bodo Möller 608217d8d0 Don't use reserved name "_encrypt" for parameters;
instead I've picked "enc", because that's what's in the prototypes.
("_encrypt" is reserved only as an external name, but still
using it in an application doesn't look like good style to me --
and it certainly isn't if the point is just avoiding shadowing,
which is apparently why the previous name "encrypt" was changed.)
1999-05-13 17:51:35 +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 VMS support. 1999-05-13 11:37:32 +00:00
cast_s.h VMS support. 1999-05-13 11:37:32 +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 Update dependencies. 1999-05-13 17:33:27 +00:00
Makefile.uni New Makefile variables $(RANLIB) and $(PERL). 1999-04-01 12:34:33 +00:00