aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/cast/c_enc.c
Commit message (Collapse)AuthorAgeFilesLines
* Copyright consolidation 09/10Rich Salz2016-05-171-54/+6
| | | | Reviewed-by: Richard Levitte <levitte@openssl.org>
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
| | | | | | | | | | | | This was done by the following find . -name '*.[ch]' | /tmp/pl where /tmp/pl is the following three-line script: print unless $. == 1 && m@/\* .*\.[ch] \*/@; close ARGV if eof; # Close file to reset $. And then some hand-editing of other files. Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-142/+134
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* Constify crypto/cast.Bodo Möller2009-12-221-2/+4
|
* Constify crypto/cast.Bodo Möller2009-12-221-4/+3
|
* Don't use reserved name "_encrypt" for parameters;Bodo Möller1999-05-131-2/+2
| | | | | | | | 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.)
* Avoid shadowing, and a bit of constification while I'm at it.Ben Laurie1999-05-131-3/+3
|
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-1/+1
| | | | | | Submitted by: Reviewed by: PR:
* Change functions to ANSI C.Ulf Möller1999-04-191-13/+4
|
* Spelling mistake.Ben Laurie1999-01-191-2/+2
|
* Fix major cockup with short keys in CAST-128.Ben Laurie1999-01-171-8/+14
|
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-0/+210