]> granicus.if.org Git - apache/commitdiff
HAVE_TLS_NPN was defined twice in this file.
authorRainer Jung <rjung@apache.org>
Wed, 22 Apr 2015 19:29:07 +0000 (19:29 +0000)
committerRainer Jung <rjung@apache.org>
Wed, 22 Apr 2015 19:29:07 +0000 (19:29 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1675459 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/ssl_private.h

index fbd92cef2ada4e4c9dcc6d8b3ef80a6705ce109e..47a26715d3882ba3ca171fd722d6e97da91f833a 100644 (file)
 #endif
 #endif
 
-/* Next Protocol Negotiation */
-#if !defined(OPENSSL_NO_NEXTPROTONEG) && defined(OPENSSL_NPN_NEGOTIATED)
-#define HAVE_TLS_NPN
-#endif
-
 /* ALPN Protocol Negotiation */
 #if OPENSSL_VERSION_NUMBER >= 0x10002000L && !defined(OPENSSL_NO_TLSEXT)
 #define HAVE_TLS_ALPN