summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/des/des_old.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 12 years ago, old_des.h was used to provide compatibility with libdes.tedu2014-04-151-273/+0
| | | | | | | | | | | | The man page says "Compatibility des_ functions are provided for a short while" and indeed even the original commit message says "The compatibility functions will be removed in some future release, at the latest in version 1.0." So here we are, a short while later. Now I've only been an OpenBSD developer for 11 years, one year less than this header has existed, but in that brief time, I've learned a thing or two about deleting obsolete code. It doesn't delete itself. And worse, people will continue using it until you force them onto a better path.
* resolve conflictsdjm2008-09-061-1/+3
|
* resolve conflictsdjm2005-04-291-1/+1
|
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-0/+271