Re: [PATCH 2/4] BUILD: ssl: disable OCSP when using boringssl

2017-01-03 Thread Igor Pav
tried compile 1.7.1 with boringssl, but seems not work, error like below: In file included from src/ssl_sock.c:87:0: include/proto/openssl-compat.h:107:1: error: unknown type name ‘OCSP_CERTID’ static inline const OCSP_CERTID *OCSP_SINGLERESP_get0_id(const OCSP_SINGLERESP *single) ^ include/prot

[PATCH 2/4] BUILD: ssl: disable OCSP when using boringssl

2014-08-17 Thread Lukas Tribus
Google's boringssl doesn't currently support OCSP, so disable it if detected. OCSP support may be reintroduced as per: https://code.google.com/p/chromium/issues/detail?id=398677 In that case we can simply revert this commit. Signed-off-by: Lukas Tribus --- include/proto/ssl_sock.h | 2 +- src/