projects
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55997e6
)
LibreSSL version numbering differe from OpenSSL
author
Jeremy Harris
<jgh146exb@wizmail.org>
Mon, 19 Mar 2018 00:37:28 +0000
(
00:37
+0000)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Mon, 19 Mar 2018 00:37:28 +0000
(
00:37
+0000)
src/src/pdkim/crypt_ver.h
patch
|
blob
|
blame
|
history
diff --git
a/src/src/pdkim/crypt_ver.h
b/src/src/pdkim/crypt_ver.h
index 0982eb788cbfc404a01ebe6c5d4bb935cee5e59d..564b66db0b0dd0e0817436c1c72562a729718e94 100644
(file)
--- 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