summaryrefslogtreecommitdiff
path: root/doc/examples/ex-serv-psk.c
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/ex-serv-psk.c')
-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.
*/