On Wed, 22 Apr 2015, 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.
The only downside with an autoconf based check vs a version number check is that the version number check version would work with all the other build systems at once...
-- / daniel.haxx.se ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
