summaryrefslogtreecommitdiff
path: root/lib/gnutls_x509.c
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-02-25 16:32:09 +0100
committerSimon Josefsson <simon@josefsson.org>2008-02-25 16:32:09 +0100
commit0b79875dfceeedca7946a0e8a17dd6ced20ffc8a (patch)
tree3e83f8038097a913e1574313301b783c2b8b75d6 /lib/gnutls_x509.c
parentba2c436fce2b7a50448d0dcc95a69d2a03d8901a (diff)
downloadgnutls-0b79875dfceeedca7946a0e8a17dd6ced20ffc8a.tar.gz
Rename lib/x509/x509.h to x509_int.h.
Fixes name-space collision that confuses GTK-DOC with includes/gnutls/x509.h.
Diffstat (limited to 'lib/gnutls_x509.c')
-rw-r--r--lib/gnutls_x509.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/gnutls_x509.c b/lib/gnutls_x509.c
index 39c47536c2..f78b5c6277 100644
--- a/lib/gnutls_x509.c
+++ b/lib/gnutls_x509.c
@@ -1,5 +1,5 @@
/*
- * 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
*
@@ -43,7 +43,7 @@
#include <x509_b64.h>
#include <gnutls_x509.h>
#include "x509/common.h"
-#include "x509/x509.h"
+#include "x509/x509_int.h"
#include "x509/verify.h"
#include "x509/mpi.h"
#include "x509/pkcs7.h"