openssl/crypto/mdc2
Richard Levitte c2e4f17c1a Due to an increasing number of clashes between modern OpenSSL and
libdes (which is still used out there) or other des implementations,
the OpenSSL DES functions are renamed to begin with DES_ instead of
des_.  Compatibility routines are provided and declared by including
openssl/des_old.h.  Those declarations are the same as were in des.h
when the OpenSSL project started, which is exactly how libdes looked
at that time, and hopefully still looks today.

The compatibility functions will be removed in some future release, at
the latest in version 1.0.
2001-10-24 21:21:12 +00:00
..
.cvsignore Ignore Makefile.save 1999-04-29 16:04:54 +00:00
Makefile.ssl make update 2001-07-31 17:07:24 +00:00
mdc2.h Due to an increasing number of clashes between modern OpenSSL and 2001-10-24 21:21:12 +00:00
mdc2_one.c Document hash functions. 2000-02-03 18:22:01 +00:00
mdc2dgst.c Due to an increasing number of clashes between modern OpenSSL and 2001-10-24 21:21:12 +00:00
mdc2test.c Retain compatibility of EVP_DigestInit() and EVP_DigestFinal() 2001-10-16 01:24:29 +00:00