nghttp2/examples
Bernard Spil 400934e5a3 [PATCH] Allow building without NPN
NPN has been superseeded by ALPN. OpenSSL provides a configure
option to disable npn (no-npn) which results in an OpenSSL
installation that defines OPENSSL_NO_NEXTPROTONEG in opensslconf.h

The #ifdef's look safe here (as the next_proto is initialized as
nullptr). Alteratively, macros could be defined for the used npn
methods that return a 0 for next_proto.

Signed-off-by: Bernard Spil <brnrd@FreeBSD.org>
2018-03-25 18:27:23 +02:00
..
.gitignore examples: Update .gitignore 2015-03-06 03:14:26 +09:00
CMakeLists.txt Refactoring include directories for build as CMake subdirectory (add_subdirectory(nghttp2)) 2017-08-16 21:28:12 +03:00
Makefile.am examples: Attempt to fix OpenSSL link error 2017-05-25 23:24:44 +09:00
asio-cl.cc asio: Remove eof check in asio-cl.cc 2015-03-07 03:10:37 +09:00
asio-cl2.cc asio: Use host_service_from_uri in asio-cl2.cc 2015-03-07 01:10:49 +09:00
asio-sv.cc asio: Add server::response::write_trailer() 2015-03-07 19:26:42 +09:00
asio-sv2.cc Check more headers and funcs 2015-05-13 23:29:20 +09:00
client.c [PATCH] Allow building without NPN 2018-03-25 18:27:23 +02:00
deflate.c Eliminate _U_ macro 2017-03-11 18:45:49 +09:00
libevent-client.c [PATCH] Allow building without NPN 2018-03-25 18:27:23 +02:00
libevent-server.c [PATCH] Allow building without NPN 2018-03-25 18:27:23 +02:00