projects
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c29c48
)
Protect build against LibreSSL.
author
Jeremy Harris
<jgh146exb@wizmail.org>
Fri, 2 Feb 2018 10:38:39 +0000
(10:38 +0000)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Fri, 2 Feb 2018 10:38:39 +0000
(10:38 +0000)
Broken-by: 9c29c48f83
src/src/sha_ver.h
patch
|
blob
|
blame
|
history
diff --git
a/src/src/sha_ver.h
b/src/src/sha_ver.h
index 2428e52d66d293c10c72c91549ae0486789a1594..b86e9a831d4ac22827a76772107d5bc2c215d825 100644
(file)
--- a/
src/src/sha_ver.h
+++ b/
src/src/sha_ver.h
@@
-35,7
+35,7
@@
# else
# define SHA_OPENSSL
# include <openssl/ssl.h>
-# if
OPENSSL_VERSION_NUMBER >= 0x10101000L
+# if
(OPENSSL_VERSION_NUMBER >= 0x10101000L) && !defined(LIBRESSL_VERSION_NUMBER)
# define EXIM_HAVE_SHA3
# endif
# endif