summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2018-03-19 00:37:28 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2018-03-19 00:37:28 +0000
commit5ab065ef81ff3011f6c71230acc8a7eae4924c63 (patch)
treed006df64baa18937f889b478678dce87b9e8a8b2
parent55997e6c4457d48140d2c7b3919bf98a46374ac7 (diff)
downloadexim4-5ab065ef81ff3011f6c71230acc8a7eae4924c63.tar.gz
LibreSSL version numbering differe from OpenSSL
-rw-r--r--src/src/pdkim/crypt_ver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/src/pdkim/crypt_ver.h b/src/src/pdkim/crypt_ver.h
index 0982eb788..564b66db0 100644
--- a/src/src/pdkim/crypt_ver.h
+++ b/src/src/pdkim/crypt_ver.h
@@ -25,7 +25,7 @@
#else
# define SIGN_OPENSSL
-# if OPENSSL_VERSION_NUMBER >= 0x10101000L
+# if !defined(LIBRESSL_VERSION_NUMBER) && OPENSSL_VERSION_NUMBER >= 0x10101000L
# define SIGN_HAVE_ED25519
# endif