Use GCRYPT if GNUTLS isn't good enough
[exim.git] / src / src / pdkim / crypt_ver.h
index 2a9dde952c94025e88e536c1ea52c0a2828f1d78..0e1db894f59a89ad214501ea18287573856564f5 100644 (file)
@@ -13,7 +13,7 @@
 #ifdef USE_GNUTLS
 # include <gnutls/gnutls.h>
 
-# if GNUTLS_VERSION_NUMBER > 0x020c00
+# if GNUTLS_VERSION_NUMBER >= 0x30000
 #  define RSA_GNUTLS
 # else
 #  define RSA_GCRYPT