]> git.ipfire.org Git - thirdparty/curl.git/commit
openssl: don't use old BORINGSSL_YYYYMM macros
authorDavid Benjamin <davidben@google.com>
Mon, 9 Oct 2017 15:41:02 +0000 (11:41 -0400)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 11 Oct 2017 06:12:19 +0000 (08:12 +0200)
commitde7597f155beea1cfba341bd7d8d7bb6202edba0
tree9fa85dfcecf91ef86d4402b8d7dc6ea60c06deeb
parent06bba26e37be921d19ed9c950aa80c4188ccba0f
openssl: don't use old BORINGSSL_YYYYMM macros

Those were temporary things we'd add and remove for our own convenience
long ago. The last few stayed around for too long as an oversight but
have since been removed. These days we have a running
BORINGSSL_API_VERSION counter which is bumped when we find it
convenient, but 2015-11-19 was quite some time ago, so just check
OPENSSL_IS_BORINGSSL.

Closes #1979
lib/vtls/openssl.c