diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2016-06-09 17:01:06 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2016-06-09 17:29:55 +0200 |
commit | b98cb7462b33b03022314f19577d905ef9bf7062 (patch) | |
tree | b957a927f661d986253d2fb0b98df88c2d27ff19 /doc | |
parent | 3c519da13a76b58eb5b8830c73bc1d082a46a093 (diff) | |
download | gnutls-b98cb7462b33b03022314f19577d905ef9bf7062.tar.gz |
doc: remove all references to openpgp auth example
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 2 | ||||
-rw-r--r-- | doc/cha-gtls-examples.texi | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index cc8d1fea0a..fb44d36091 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -155,7 +155,7 @@ gnutls_TEXINFOS += examples/ex-client-anon.c \ examples/ex-cert-select.c examples/ex-client-resume.c \ examples/ex-client-srp.c examples/ex-client-x509.c \ examples/ex-serv-x509.c examples/ex-serv-anon.c \ - examples/ex-serv-pgp.c examples/ex-serv-srp.c \ + examples/ex-serv-srp.c \ examples/ex-alert.c examples/ex-x509-info.c examples/ex-crq.c \ examples/ex-pkcs12.c examples/ex-client-dtls.c diff --git a/doc/cha-gtls-examples.texi b/doc/cha-gtls-examples.texi index 049b2d78a6..a760503822 100644 --- a/doc/cha-gtls-examples.texi +++ b/doc/cha-gtls-examples.texi @@ -198,7 +198,6 @@ servers, using @acronym{GnuTLS}. @menu * Echo server with X.509 authentication:: -* Echo server with OpenPGP authentication:: * Echo server with SRP authentication:: * Echo server with anonymous authentication:: * DTLS echo server with X.509 authentication:: |