cURL / Mailing Lists / curl-library / Single Mail

curl-library

RE: [bagder/curl] d771b4: openssl: Disable OCSP in old versions of OpenSSL

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Tue, 10 Feb 2015 11:16:48 +0100 (CET)

On Mon, 9 Feb 2015, Steve Holme wrote:

> I was wondering should I be using HAVE_BORINGSSL or OPENSSL_IS_BORINGSSL in
> some of my pre-processor checks - or doesn't that matter?

That's not a big difference in reality:

- OPENSSL_IS_BORINGSSL is defined in the boringssl headers

- HAVE_BORINGSSL is defined by configure, mostly as a convenience if there's
   anywhere we need to check this status without having to include ssl headers.
   Like we do in curl_des.c for example.

-- 
  / daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2015-02-10