aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/tls_client.cpp
diff options
context:
space:
mode:
authorlloyd <[email protected]>2012-08-06 13:03:45 +0000
committerlloyd <[email protected]>2012-08-06 13:03:45 +0000
commit7d05288ae1a808f06dc683c7d649e508caff7e7d (patch)
tree1196f31846ea57c111fd2da6a90a7391616a0de0 /doc/examples/tls_client.cpp
parentd593fdec5ff25ac09c59830e1853c534e65eb77b (diff)
Turn on NPN
Diffstat (limited to 'doc/examples/tls_client.cpp')
-rw-r--r--doc/examples/tls_client.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/examples/tls_client.cpp b/doc/examples/tls_client.cpp
index efd5e068c..f3be0bb33 100644
--- a/doc/examples/tls_client.cpp
+++ b/doc/examples/tls_client.cpp
@@ -140,7 +140,8 @@ void doit(RandomNumberGenerator& rng,
policy,
rng,
host,
- port);
+ port,
+ protocol_chooser);
fd_set readfds;