Skip to content
  1. Jan 07, 2000
  2. Jan 06, 2000
  3. Jan 05, 2000
  4. Jan 04, 2000
  5. Jan 02, 2000
  6. Jan 01, 2000
  7. Dec 29, 1999
  8. Dec 26, 1999
  9. Dec 25, 1999
  10. Dec 24, 1999
  11. Dec 23, 1999
  12. Dec 22, 1999
  13. Dec 20, 1999
  14. Dec 19, 1999
  15. Dec 18, 1999
    • Bodo Möller's avatar
      Rename · 2b6313d0
      Bodo Möller authored
         CRYPTO_add_info    => CRYPTO_push_info
         CRYPTO_remove_info => CRYPTO_pop_info
      in the hope that these names are more descriptive;
      and "make update".
      2b6313d0
    • Bodo Möller's avatar
      fix typos and other little errors ... · 75acc288
      Bodo Möller authored
      75acc288
    • Bodo Möller's avatar
      - Don't assume that int and size_t have the same representation · 0cd08cce
      Bodo Möller authored
        (and that malloc can be called with an int argument).
      - Use proper prototypes (with argument list) for various function pointers,
        avoid casts  (however there are still many such cases left in these files).
      - Avoid collissions in app_info_cmp if sizeof int != sizeof long.
      - Use CRYPTO_LOCK_MALLOC in mem_dbg.c.
      0cd08cce