summaryrefslogtreecommitdiffstats
path: root/src/network/configure.json
diff options
context:
space:
mode:
authorTimur Pocheptsov <timur.pocheptsov@qt.io>2019-01-11 13:33:35 +0100
committerTimur Pocheptsov <timur.pocheptsov@qt.io>2019-01-22 09:43:27 +0000
commit77b969cb844297ce920ad502121112f7e9f8cac8 (patch)
tree50302e26c7d368f4c7b27325898306cd02a8a4f4 /src/network/configure.json
parentf94ca82e0ff6345648b499911411f2dcc1849267 (diff)
OCSP - simplify feature test
Make it more like feature 'dtls' test. Change-Id: I29f5e9337d99440015431a8cfb001f5fb28e1c5f Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@qt.io> Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Diffstat (limited to 'src/network/configure.json')
-rw-r--r--src/network/configure.json4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/network/configure.json b/src/network/configure.json
index 9cd731eaea..c3b2f4e581 100644
--- a/src/network/configure.json
+++ b/src/network/configure.json
@@ -195,10 +195,6 @@
"#if defined(OPENSSL_NO_OCSP) || defined(OPENSSL_NO_TLSEXT)",
"# error OpenSSL without OCSP stapling",
"#endif"
- ],
- "main": [
- "(void)SSL_get_tlsext_status_ocsp_resp(nullptr, nullptr);",
- "(void)d2i_OCSP_RESPONSE(nullptr, nullptr, 0);"
]
},
"use": "openssl"