X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/c5db348c5e29e93e51389fa0079f829967c5da82..HEAD:/src/src/pdkim/crypt_ver.h diff --git a/src/src/pdkim/crypt_ver.h b/src/src/pdkim/crypt_ver.h deleted file mode 100644 index bf620366f..000000000 --- a/src/src/pdkim/crypt_ver.h +++ /dev/null @@ -1,26 +0,0 @@ -/************************************************* -* Exim - an Internet mail transport agent * -*************************************************/ - -/* Copyright (c) Jeremy Harris 2017 */ -/* See the file NOTICE for conditions of use and distribution. */ - -/* Signing and hashing routine selection for PDKIM */ - -#include "../exim.h" -#include "../sha_ver.h" - - -#ifdef USE_GNUTLS -# include - -# if GNUTLS_VERSION_NUMBER >= 0x30000 -# define SIGN_GNUTLS -# else -# define SIGN_GCRYPT -# endif - -#else -# define SIGN_OPENSSL -#endif -