On Wednesday 22 April 2015 13:10:22 Paul Howarth wrote: > On 22/04/15 13:03, Kamil Dudka wrote: > > If SSL_SetCanFalseStartCallback() is the newest introduced symbol required > > for the TLS False Start feature to work, we can add autoconf check for the > > presence of that symbol in NSS libs, and #ifdef the code based on the > > result of that check. That would cover also the case where a downstream > > maintainer cherry-picks the feature to an older version of NSS. > > Works for me. I'm able to build with the attached patch, which should be > adaptable to being an autoconf-based one instead of a version-number > based one. > > Paul.
Thanks for the patch! Do we still need the #ifdef for SSL_ENABLE_FALSE_START if the code is already #idef-ed based on the NSS version? Kamil ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
