Fixes name-space collision that confuses GTK-DOC with includes/gnutls/openpgp.h.
/*
- * Copyright (C) 2002, 2003, 2004, 2005, 2007 Free Software Foundation
+ * Copyright (C) 2002, 2003, 2004, 2005, 2007, 2008 Free Software Foundation
*
* Author: Nikos Mavrogiannopoulos
*
# include "gnutls_auth.h"
# include "auth_dh_common.h"
# include "x509/x509.h"
-# include "openpgp/openpgp.h"
+# include "openpgp/openpgp_int.h"
/* This structure may be complex, but it's the only way to
* support a server that has multiple certificates
## Process this file with automake to produce Makefile.in
-# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation
+# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation
#
# Author: Nikos Mavrogiannopoulos
#
COBJECTS = pgp.c pgpverify.c extras.c compat.c privkey.c output.c
-libgnutls_openpgp_la_SOURCES = $(COBJECTS) openpgp.h gnutls_openpgp.h
+libgnutls_openpgp_la_SOURCES = $(COBJECTS) openpgp_int.h gnutls_openpgp.h
EXTRA_DIST = pgp-api.texi
/*
- * Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation
+ * Copyright (C) 2002, 2003, 2004, 2005, 2008 Free Software Foundation
*
* Author: Timo Schulz, Nikos Mavrogiannopoulos
*
#include <gnutls_int.h>
#include <gnutls_errors.h>
#include <gnutls_openpgp.h>
-#include <openpgp.h>
+#include <openpgp_int.h>
/*-
* gnutls_openpgp_verify_key - Verify all signatures on the key
#include <gnutls_datum.h>
#include <gnutls_global.h>
#include <gnutls_errors.h>
-#include <openpgp.h>
+#include <openpgp_int.h>
#include <gnutls_openpgp.h>
#include <gnutls_num.h>
#include <gnutls_datum.h>
#include <gnutls_global.h>
#include <gnutls_errors.h>
-#include <openpgp.h>
+#include <openpgp_int.h>
#include <x509/rfc2818.h>
#include <gnutls_num.h>
*/
#include <gnutls_int.h>
-#include <openpgp.h>
+#include <openpgp_int.h>
#include <gnutls_errors.h>
#include <gnutls_openpgp.h>
#include <gnutls_num.h>
#include <gnutls_global.h>
#include <gnutls_errors.h>
#include <gnutls_num.h>
-#include <openpgp.h>
+#include <openpgp_int.h>
#include <gnutls_openpgp.h>
#include <x509/rfc2818.h>
#include <gnutls_cert.h>