1 /*************************************************
2 * Exim - an Internet mail transport agent *
3 *************************************************/
5 /* Copyright (c) Jeremy Harris 2016 */
6 /* See the file NOTICE for conditions of use and distribution. */
8 /* SHA routine selection */
14 # define EXIM_HAVE_SHA2
17 # include <gnutls/gnutls.h>
19 # if GNUTLS_VERSION_NUMBER >= 0x020a00
21 # if GNUTLS_VERSION_NUMBER >= 0x030500
22 # define EXIM_HAVE_SHA3