Skip to content
  1. Nov 09, 2001
  2. Nov 08, 2001
  3. Nov 06, 2001
  4. Nov 05, 2001
  5. Nov 02, 2001
  6. Oct 30, 2001
  7. Oct 29, 2001
  8. Oct 27, 2001
  9. Oct 26, 2001
  10. Oct 25, 2001
  11. Oct 24, 2001
    • Richard Levitte's avatar
      A C file is a C file is a C file! · 84acc3c2
      Richard Levitte authored
      84acc3c2
    • Richard Levitte's avatar
      Due to an increasing number of clashes between modern OpenSSL and · c2e4f17c
      Richard Levitte authored
      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.
      c2e4f17c