diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-02-25 16:32:09 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-02-25 16:32:09 +0100 |
commit | 0b79875dfceeedca7946a0e8a17dd6ced20ffc8a (patch) | |
tree | 3e83f8038097a913e1574313301b783c2b8b75d6 /lib/x509/verify.c | |
parent | ba2c436fce2b7a50448d0dcc95a69d2a03d8901a (diff) | |
download | gnutls-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/x509/verify.c')
-rw-r--r-- | lib/x509/verify.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/x509/verify.c b/lib/x509/verify.c index 2700094399..e0a586a501 100644 --- a/lib/x509/verify.c +++ b/lib/x509/verify.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation + * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation * * Author: Nikos Mavrogiannopoulos * @@ -36,7 +36,7 @@ #include <gnutls_str.h> #include <gnutls_datum.h> #include <dn.h> -#include <x509.h> +#include <x509_int.h> #include <mpi.h> #include <common.h> #include <verify.h> |