Skip to content
  • Thomas Haller's avatar
    all: replace systemd's siphash24 with c-siphash · b8b6100c
    Thomas Haller authored
    Originally, we used "nm-utils/siphash24.c", which was copied
    from systemd's source tree. It was both used by our own NetworkManager
    code, and by our internal systemd fork.
    
    Then, we added "shared/c-siphash" as a dependency for n-acd.
    
    Now, drop systemd's implementation and use c-siphash also
    for our internal purpose. Also, let systemd code use c-siphash,
    by patching "src/systemd/src/basic/siphash24.h".
    b8b6100c