summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-04-12 22:17:28 +0200
committerSimon Josefsson <simon@josefsson.org>2008-04-12 22:17:28 +0200
commit3c592d42486829816b17c96c0a7f92082c125562 (patch)
tree56f9f5f4dcdd93bf0b740a84c655459bafd65b1d
parent7d62b7d4c1f72fb037f7b77432f63ce20ef45b66 (diff)
downloadgnutls-3c592d42486829816b17c96c0a7f92082c125562.tar.gz
Doc fix.
-rw-r--r--doc/examples/ex-serv-psk.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/examples/ex-serv-psk.c b/doc/examples/ex-serv-psk.c
index 840eb8bbbd..a5ef67db68 100644
--- a/doc/examples/ex-serv-psk.c
+++ b/doc/examples/ex-serv-psk.c
@@ -26,7 +26,8 @@
#define CAFILE "ca.pem"
#define CRLFILE "crl.pem"
-/* This is a sample TLS 1.0 echo server, using PSK authentication.
+/* This is a sample TLS echo server, supporting X.509 and PSK
+ authentication.
*/