]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
doc: remove all references to openpgp auth example
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 9 Jun 2016 15:01:06 +0000 (17:01 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 9 Jun 2016 15:29:55 +0000 (17:29 +0200)
doc/Makefile.am
doc/cha-gtls-examples.texi

index cc8d1fea0a0ac734085cc37e3fd9c3dd48f7e3e8..fb44d360918009a140fbdb47f79ddfcda5ccbd4d 100644 (file)
@@ -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
 
index 049b2d78a65c9d5d5a6d3e59462b4e23200abdec..a760503822d7fb55dc799107f494c0d9970daea9 100644 (file)
@@ -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::