]> git.ipfire.org Git - thirdparty/curl.git/commit
openssl: Fix build with openssl < ~ 0.9.8f
authorPaul Howarth <paul@city-fan.org>
Wed, 17 Jun 2015 14:53:34 +0000 (16:53 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 17 Jun 2015 14:53:34 +0000 (16:53 +0200)
commit4a2398627c32c9132b270f6c79492f7bbc5b90c3
tree1cb448f5cd785b25a6812ea30defc2b612066934
parentb88f980a7437abc1159a1185c04d381347c8f5b1
openssl: Fix build with openssl < ~ 0.9.8f

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).
lib/vtls/openssl.c