cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Correct package in vtls/openssl.c

From: Gisle Vanem <gvanem_at_yahoo.no>
Date: Tue, 8 Mar 2016 20:24:13 +0100

Daniel Stenberg wrote:

> This is simply because BoringSSL has no version number from what I understand!

It does have a 'SSLeay()' prototype in include/openssl/crypto.h:

  /* SSLeay is a compatibility function that returns OPENSSL_VERSION_NUMBER from
   * base.h. */
  OPENSSL_EXPORT unsigned long SSLeay(void);

So I assume it's okay to use for 'OPENSSL_IS_BORINGSSL'
too.

-- 
--gv
-------------------------------------------------------------------
List admin: https://cool.haxx.se/list/listinfo/curl-library
Etiquette:  https://curl.haxx.se/mail/etiquette.html
Received on 2016-03-08