From: Simon Josefsson Date: Mon, 25 Feb 2008 15:26:44 +0000 (+0100) Subject: Rename lib/openpgp/openpgp.h to openpgp_int.h. X-Git-Tag: gnutls_2_3_2~30 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ba2c436fce2b7a50448d0dcc95a69d2a03d8901a;p=thirdparty%2Fgnutls.git Rename lib/openpgp/openpgp.h to openpgp_int.h. Fixes name-space collision that confuses GTK-DOC with includes/gnutls/openpgp.h. --- diff --git a/lib/auth_cert.h b/lib/auth_cert.h index 8e03af61a1..27f67c985c 100644 --- a/lib/auth_cert.h +++ b/lib/auth_cert.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002, 2003, 2004, 2005, 2007 Free Software Foundation + * Copyright (C) 2002, 2003, 2004, 2005, 2007, 2008 Free Software Foundation * * Author: Nikos Mavrogiannopoulos * @@ -28,7 +28,7 @@ # 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 diff --git a/lib/openpgp/Makefile.am b/lib/openpgp/Makefile.am index 93c479ee9f..cf63e31a67 100644 --- a/lib/openpgp/Makefile.am +++ b/lib/openpgp/Makefile.am @@ -1,5 +1,5 @@ ## 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 # @@ -35,7 +35,7 @@ noinst_LTLIBRARIES = libgnutls_openpgp.la 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 diff --git a/lib/openpgp/compat.c b/lib/openpgp/compat.c index 7bcf38f147..14649304e5 100644 --- a/lib/openpgp/compat.c +++ b/lib/openpgp/compat.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation + * Copyright (C) 2002, 2003, 2004, 2005, 2008 Free Software Foundation * * Author: Timo Schulz, Nikos Mavrogiannopoulos * @@ -25,7 +25,7 @@ #include #include #include -#include +#include /*- * gnutls_openpgp_verify_key - Verify all signatures on the key diff --git a/lib/openpgp/extras.c b/lib/openpgp/extras.c index 0faa58156b..d91454db09 100644 --- a/lib/openpgp/extras.c +++ b/lib/openpgp/extras.c @@ -26,7 +26,7 @@ #include #include #include -#include +#include #include #include diff --git a/lib/openpgp/openpgp.h b/lib/openpgp/openpgp_int.h similarity index 100% rename from lib/openpgp/openpgp.h rename to lib/openpgp/openpgp_int.h diff --git a/lib/openpgp/pgp.c b/lib/openpgp/pgp.c index 7b07e319b3..74513345c4 100644 --- a/lib/openpgp/pgp.c +++ b/lib/openpgp/pgp.c @@ -26,7 +26,7 @@ #include #include #include -#include +#include #include #include diff --git a/lib/openpgp/pgpverify.c b/lib/openpgp/pgpverify.c index 2df407feeb..d6c1179241 100644 --- a/lib/openpgp/pgpverify.c +++ b/lib/openpgp/pgpverify.c @@ -23,7 +23,7 @@ */ #include -#include +#include #include #include #include diff --git a/lib/openpgp/privkey.c b/lib/openpgp/privkey.c index acbafaa6fe..4305fbc31f 100644 --- a/lib/openpgp/privkey.c +++ b/lib/openpgp/privkey.c @@ -27,7 +27,7 @@ #include #include #include -#include +#include #include #include #include