[gnutls-devel] GnuTLS | 2 slow tests fail on macOS (#974)
Development of GNU's TLS library
gnutls-devel at lists.gnutls.org
Sun Apr 19 15:28:08 CEST 2020
Daiki Ueno commented:
This configure check seems to be insufficient:
```sh
# Check if nettle has CFB8 support
if test -z "$ac_cv_func_nettle_cfb8_encrypt"; then
# nettle_cfb8_decrypt in nettle 3.5 is known to be broken
ver=`$PKG_CONFIG --modversion nettle`
if expr "$ver" : '^3\.5\b' >/dev/null; then
ac_cv_func_nettle_cfb8_encrypt=no
fi
fi
```
The fix is only available in nettle 3.6. The workaround is to run `configure` with `ac_cv_func_nettle_cfb8_encrypt=no`.
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/issues/974#note_326842009
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20200419/368aa6de/attachment-0001.html>
More information about the Gnutls-devel
mailing list