summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-01-26 01:14:09 +0000
committerRichard Levitte <levitte@openssl.org>2002-01-26 01:14:09 +0000
commit2d57b73a502b40691805c2bc3853fdfaf7677612 (patch)
tree5bdb0fb3c58b8ad7d0be85c249294bd95ae28726 /CHANGES
parentf14845d99983eee30abe846978fe189d4191e9d9 (diff)
I got a request to make the "old des" symbols more closely tied to
OpenSSL. Adding '_ossl' in the name seems to be a good way to do this.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 8a703499f5..a7b51230f2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -235,8 +235,8 @@
+) Change all functions with names starting with des_ to be starting
with DES_ instead. Add wrappers that are compatible with libdes,
- but are named _old_des_*. Finally, add macros that map the des_*
- symbols to the corresponding _old_des_*.
+ but are named _ossl_old_des_*. Finally, add macros that map the
+ des_* symbols to the corresponding _ossl_old_des_*.
All this is done because there are increasing clashes with libdes
and other DES libraries that are currently used by other projects.