I got a request to make the "old des" symbols more closely tied to
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 8a703499f56803ed4351cd18630b7f397ca1cb34..a7b51230f2129394c7dff8da1805d6e4b3e019ff 100644 (file)
--- a/CHANGES
+++ b/CHANGES
 
   +) 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.