aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gnutls.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gnutls.c b/src/gnutls.c
index d0869ae9015..9e105b948f0 100644
--- a/src/gnutls.c
+++ b/src/gnutls.c
@@ -38,8 +38,8 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
38 So, require 3.5.1. */ 38 So, require 3.5.1. */
39#if GNUTLS_VERSION_NUMBER >= 0x030501 39#if GNUTLS_VERSION_NUMBER >= 0x030501
40# define HAVE_GNUTLS_AEAD 40# define HAVE_GNUTLS_AEAD
41#else 41#elif GNUTLS_VERSION_NUMBER < 0x030202
42/* gnutls_cipher_get_tag_size was introduced in 3.2.0, but it's only 42/* gnutls_cipher_get_tag_size was introduced in 3.2.2, but it's only
43 relevant for AEAD ciphers. */ 43 relevant for AEAD ciphers. */
44# define gnutls_cipher_get_tag_size(cipher) 0 44# define gnutls_cipher_get_tag_size(cipher) 0
45#endif 45#endif