diff options
author | Simon Josefsson <simon@josefsson.org> | 2004-08-21 16:17:19 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2004-08-21 16:17:19 +0000 |
commit | 6bc75e3f7d99fbe51afc3ec8e105f8247304a8a5 (patch) | |
tree | f3f909519b308832fdd2edb4752be98deb0b74a4 /doc/examples/ex-serv1.c | |
parent | 0bdd551203e415af7328a3d3c4a54f42aa8e56f0 (diff) | |
download | gnutls-6bc75e3f7d99fbe51afc3ec8e105f8247304a8a5.tar.gz |
Doc fix.
Diffstat (limited to 'doc/examples/ex-serv1.c')
-rw-r--r-- | doc/examples/ex-serv1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/ex-serv1.c b/doc/examples/ex-serv1.c index 9ad25e8f9f..b767c2b8e4 100644 --- a/doc/examples/ex-serv1.c +++ b/doc/examples/ex-serv1.c @@ -15,7 +15,7 @@ #define CAFILE "ca.pem" #define CRLFILE "crl.pem" -/* This is a sample TLS 1.0 echo server. +/* This is a sample TLS 1.0 echo server, using X.509 authentication. */ |