getdnsapi / getdns

A modern asynchronous DNS API https://getdnsapi.net/
Other
468 stars 126 forks source link

Tighten Nettle version checking, and fix build issue with Nettle >= 3.4. #459

Closed banburybill closed 4 years ago

banburybill commented 4 years ago

Nettle 3.4 introduced accessor functions for obtaining nettle_secp_256r1 and nettle_secp_384r1. Use them if present.

Fixes #458