summaryrefslogtreecommitdiff
path: root/doc/examples/ex-serv-pgp.c
diff options
context:
space:
mode:
authorNikos <nmav@crystal.(none)>2008-02-18 21:46:28 +0200
committerNikos <nmav@crystal.(none)>2008-02-18 21:46:28 +0200
commit26f09c012128dbb17b50ed60f79e32d50328d783 (patch)
tree22332396e7829b1df7b79d1964123d620333e231 /doc/examples/ex-serv-pgp.c
parentee0eb5b70c4e4db7a266a0915b520df335fad069 (diff)
downloadgnutls-26f09c012128dbb17b50ed60f79e32d50328d783.tar.gz
pgp_keyid_t is now compatible with the 2.2 key id.
Diffstat (limited to 'doc/examples/ex-serv-pgp.c')
-rw-r--r--doc/examples/ex-serv-pgp.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/examples/ex-serv-pgp.c b/doc/examples/ex-serv-pgp.c
index b10de8111a..c98b5aaf99 100644
--- a/doc/examples/ex-serv-pgp.c
+++ b/doc/examples/ex-serv-pgp.c
@@ -19,9 +19,7 @@
#include <string.h>
#include <unistd.h>
#include <gnutls/gnutls.h>
-/* Must be linked against gnutls-extra.
- */
-#include <gnutls/extra.h>
+#include <gnutls/openpgp.h>
#define KEYFILE "secret.asc"
#define CERTFILE "public.asc"