GnuTLS DH parameters are optional from 3.6.0+ not 3.5.6+.

This commit is contained in:
Sadie Powell 2022-04-07 00:14:05 +01:00
parent 070d414310
commit 1d173d4911

View File

@ -94,7 +94,7 @@
# include <gcrypt.h>
#endif
#if INSPIRCD_GNUTLS_HAS_VERSION(3, 5, 6)
#if INSPIRCD_GNUTLS_HAS_VERSION(3, 6, 0)
# define GNUTLS_AUTO_DH
#endif