The changes file claims:
*) Add Next Protocol Negotiation,
http://tools.ietf.org/html/draft-agl-tls-nextprotoneg-00. Can be
disabled with a no-npn flag to config or Configure. Code donated
by Google.
[Adam Langley <[email protected]> and Ben Laurie]
no-npn produces the following Make flag:
OPENSSL_NO_NPN
However the flag in the code is
OPENSSL_NO_NEXTPROTONEG
So this doesn't work.
-Ekr
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [email protected]
Automated List Manager [email protected]