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
