• Simon Kelley's avatar
    Fix nettle_hash() function to avoid ABI incompatibilities. · f3223fbf
    Simon Kelley authored
    The way of accessing the list of available hashes on nettle was
    vulnerable to breaking if the version of libnettle in use was
    different to the version dnsmasq was compiled against.
    Change to a new system if libnettle >= 3.4 is in use.
    Older versions if nettle are still OK, once 3.4 is reached,
    the ABi problem is fixed. Thanks to Petr Menšík for clues on this.
    f3223fbf
changelog 45.4 KB