diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2011-11-22 21:49:48 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2011-11-22 21:49:48 +0100 |
commit | 0e7ef20d3d7de872ac8dae18e219690732175a73 (patch) | |
tree | 56387b16c32d8687c02da997d488131e354b66e0 /doc/cha-gtls-examples.texi | |
parent | 74072e5f188ed2cb38a45ecbbfdbde7a953b8621 (diff) | |
download | gnutls-0e7ef20d3d7de872ac8dae18e219690732175a73.tar.gz |
removed text for tcp functions.
Diffstat (limited to 'doc/cha-gtls-examples.texi')
-rw-r--r-- | doc/cha-gtls-examples.texi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/cha-gtls-examples.texi b/doc/cha-gtls-examples.texi index 3f9fb6b4cb..7ce4ee13ed 100644 --- a/doc/cha-gtls-examples.texi +++ b/doc/cha-gtls-examples.texi @@ -52,8 +52,7 @@ communicates with servers that use @acronym{X.509} or @acronym{OpenPGP} certificate authentication. The following client is a very simple @acronym{TLS} client, which uses the high level verification functions for certificates, but does not support session -resumption. The TCP functions defined in this example are used -in most of the other examples below, without redefining them. +resumption. @verbatiminclude examples/ex-rfc2818.c |