git://git.exim.org
/
users
/
jgh
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
805c9d5
)
Test suite: disable OCSP for old openssl part 3
author
Jeremy Harris
<jgh146exb@wizmail.org>
Thu, 30 Oct 2014 20:32:14 +0000
(20:32 +0000)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Thu, 30 Oct 2014 20:32:14 +0000
(20:32 +0000)
test/src/client.c
patch
|
blob
|
history
diff --git
a/test/src/client.c
b/test/src/client.c
index 5b52916ee40a1b0617a07fcf3e0a883661cb9ecc..3f3bbe97e082a6aff13eecea3e8c2e8647617cd8 100644
(file)
--- a/
test/src/client.c
+++ b/
test/src/client.c
@@
-66,7
+66,8
@@
latter needs a whole pile of tables. */
# include <openssl/ssl.h>
# include <openssl/err.h>
# include <openssl/rand.h>
-# if !defined(EXIM_HAVE_OPENSSL_TLSEXT) && !defined(DISABLE_OCSP)
+
+# if OPENSSL_VERSION_NUMBER < 0x0090806fL && !defined(DISABLE_OCSP) && !defined(OPENSSL_NO_TLSEXT)
# warning "OpenSSL library version too old; define DISABLE_OCSP in Makefile"
# define DISABLE_OCSP
# endif