curl-library
[PATCH] Fix build with openssl < ~ 0.9.8f
From: Paul Howarth <paul_at_city-fan.org>
Date: Wed, 17 Jun 2015 13:42:02 +0100
Received on 2015-06-17
Date: Wed, 17 Jun 2015 13:42:02 +0100
The symbol SSL3_MT_NEWSESSION_TICKET appears to have been introduced at
around openssl 0.9.8f, and the use of it in lib/vtls/openssl.c breaks
builds with older openssls (certainly with 0.9.8b, which is the latest
older version I have to try with). Attached patch fixes the build, in
the same style as a similar workaround for SSL3_MT_CERTIFICATE_STATUS in
the same bit of code.
Cheers, Paul.
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
- text/x-patch attachment: 0301-curl-7.43.0-SSL3_MT_NEWSESSION_TICKET.patch