mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 11:09:04 -04:00
GnuTLS DH parameters are optional from 3.6.0+ not 3.5.6+.
This commit is contained in:
parent
070d414310
commit
1d173d4911
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user