LibreSSL version numbering differe from OpenSSL
authorJeremy Harris <jgh146exb@wizmail.org>
Mon, 19 Mar 2018 00:37:28 +0000 (00:37 +0000)
committerJeremy Harris <jgh146exb@wizmail.org>
Mon, 19 Mar 2018 00:37:28 +0000 (00:37 +0000)
src/src/pdkim/crypt_ver.h

index 0982eb788cbfc404a01ebe6c5d4bb935cee5e59d..564b66db0b0dd0e0817436c1c72562a729718e94 100644 (file)
@@ -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