cURL / Mailing Lists / curl-library / Single Mail

curl-library

[PATCH] nss: use correct preprocessor macro

From: Fabian Frank <fabian.frank.de_at_gmail.com>
Date: Sun, 9 Feb 2014 18:03:32 -0800

Hi Daniel,

Thank you for ironing out a compatibility issue that I oversaw in my NSS ALPN patch. However, I think there is a small mistake in https://github.com/bagder/curl/commit/09d907ee689538b5552411e31f8dc5e37b65e8d2 and attached is the fix for it:
SSL_ENABLE_ALPN can be used for preprocessor ALPN feature detection,
but not SSL_NEXT_PROTO_SELECTED, since it is an enum value and not a
preprocessor macro.

Thank you,
Fabian

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html

Received on 2014-02-10