1. 12 12月, 2000 1 次提交
  2. 09 12月, 2000 1 次提交
    • G
      Next step in tidying up the LHASH code. · d0fa136c
      Geoff Thorpe 提交于
      DECLARE/IMPLEMENT macros now exist to create type (and prototype) safe
      wrapper functions that avoid the use of function pointer casting yet retain
      type-safety for type-specific callbacks. However, most of the usage within
      OpenSSL itself doesn't really require the extra function because the hash
      and compare callbacks are internal functions declared only for use by the
      hash table. So this change catches all those cases and reimplements the
      functions using the base-level LHASH prototypes and does per-variable
      casting inside those functions to convert to the appropriate item type.
      
      The exception so far is in ssl_lib.c where the hash and compare callbacks
      are not static - they're exposed in ssl.h so their prototypes should not be
      changed. In this last case, the IMPLEMENT_LHASH_*** macros have been left
      intact.
      d0fa136c
  3. 05 12月, 2000 1 次提交
  4. 04 12月, 2000 1 次提交
  5. 03 12月, 2000 1 次提交
  6. 02 12月, 2000 2 次提交
    • U
      remove unused static function · 0826c85f
      Ulf Möller 提交于
      0826c85f
    • G
      First step in tidying up the LHASH code. The callback prototypes (and · 385d8138
      Geoff Thorpe 提交于
      casts) used in the lhash code are about as horrible and evil as they can
      be. For starters, the callback prototypes contain empty parameter lists.
      Yuck.
      
      This first change defines clearer prototypes - including "typedef"'d
      function pointer types to use as "hash" and "compare" callbacks, as well as
      the callbacks passed to the lh_doall and lh_doall_arg iteration functions.
      Now at least more explicit (and clear) casting is required in all of the
      dependant code - and that should be included in this commit.
      
      The next step will be to hunt down and obliterate some of the function
      pointer casting being used when it's not necessary - a particularly evil
      variant exists in the implementation of lh_doall.
      385d8138
  7. 01 12月, 2000 4 次提交
  8. 30 11月, 2000 7 次提交
  9. 28 11月, 2000 2 次提交
  10. 27 11月, 2000 1 次提交
  11. 17 11月, 2000 4 次提交
  12. 13 11月, 2000 1 次提交
  13. 09 11月, 2000 1 次提交
  14. 07 11月, 2000 1 次提交
  15. 22 10月, 2000 1 次提交
  16. 15 10月, 2000 1 次提交
  17. 12 10月, 2000 1 次提交
  18. 26 9月, 2000 3 次提交
  19. 25 9月, 2000 1 次提交
  20. 23 9月, 2000 1 次提交
  21. 21 9月, 2000 1 次提交
  22. 18 9月, 2000 1 次提交
  23. 13 9月, 2000 1 次提交
  24. 07 9月, 2000 1 次提交