From 77b969cb844297ce920ad502121112f7e9f8cac8 Mon Sep 17 00:00:00 2001 From: Timur Pocheptsov Date: Fri, 11 Jan 2019 13:33:35 +0100 Subject: OCSP - simplify feature test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Make it more like feature 'dtls' test. Change-Id: I29f5e9337d99440015431a8cfb001f5fb28e1c5f Reviewed-by: MÃ¥rten Nordheim Reviewed-by: Edward Welbourne --- src/network/configure.json | 4 ---- 1 file changed, 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" -- cgit v1.2.3