openssl/crypto/mdc2
Bodo Möller edf0bfb52b Change type of various DES function arguments from des_cblock
(meaning pointer to char) to des_cblock * (meaning pointer to
array with 8 char elements), which allows the compiler to
do more typechecking.  (The changed argument types were of type
des_cblock * back in SSLeay, and a lot of ugly casts were
used then to turn them into pointers to elements; but it can be
done without those casts.)

Introduce new type const_des_cblock -- before, the pointers rather
than the elements pointed to were declared const, and for
some reason gcc did not complain about this (but some other
compilers did).
1999-05-16 12:26:16 +00:00
..
.cvsignore Ignore Makefile.save 1999-04-29 16:04:54 +00:00
Makefile.ssl Update dependencies. 1999-05-15 13:38:48 +00:00
mdc2_one.c Change #include filenames from <foo.h> to <openssl.h>. 1999-04-23 22:13:45 +00:00
mdc2.h New Configure option no-<cipher> (rsa, idea, rc5, ...). 1999-04-27 01:14:46 +00:00
mdc2dgst.c Change type of various DES function arguments from des_cblock 1999-05-16 12:26:16 +00:00
mdc2test.c New Configure option no-<cipher> (rsa, idea, rc5, ...). 1999-04-27 01:14:46 +00:00