summaryrefslogtreecommitdiff
path: root/lib/x509/sign.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/x509/sign.c')
-rw-r--r--lib/x509/sign.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/x509/sign.c b/lib/x509/sign.c
index 7ad703af3a..b8b41cba76 100644
--- a/lib/x509/sign.c
+++ b/lib/x509/sign.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
*
@@ -39,7 +39,7 @@
#include <gnutls_str.h>
#include <gnutls_datum.h>
#include <dn.h>
-#include <x509.h>
+#include <x509_int.h>
#include <mpi.h>
#include <sign.h>
#include <common.h>