Expansions: add ${sha3:<string>} item
[exim.git] / src / src / sha_ver.h
index 630c78d4102fc8c33ff0fb13e0df0d33a3d56167..fd1a4d083f9dff176fdd323662c1801113ffbb94 100644 (file)
@@ -18,6 +18,9 @@
 
 #  if GNUTLS_VERSION_NUMBER >= 0x020a00
 #   define SHA_GNUTLS
+#   if GNUTLS_VERSION_NUMBER >= 0x030500
+#    define EXIM_HAVE_SHA3
+#   endif
 #  else
 #   define SHA_GCRYPT
 #  endif