Skip to content
  • Tor Didriksen's avatar
    3788ea16
    Bug#22285674 CLEANUP USAGE OF MY_HASH_GET_KEY · 3788ea16
    Tor Didriksen authored
    Cleanup usage of the my_hash_get_key typedef.
    Third argument was always unused.
    Change signature to
      const uchar *(*my_hash_get_key)(const uchar *arg, size_t *length);
    Remove all C-style casting to (my_hash_get_key)
    3788ea16
    Bug#22285674 CLEANUP USAGE OF MY_HASH_GET_KEY
    Tor Didriksen authored
    Cleanup usage of the my_hash_get_key typedef.
    Third argument was always unused.
    Change signature to
      const uchar *(*my_hash_get_key)(const uchar *arg, size_t *length);
    Remove all C-style casting to (my_hash_get_key)
Loading