summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-10-08 18:17:44 +0200
committerSimon Josefsson <simon@josefsson.org>2008-10-08 18:17:44 +0200
commite606078208910fc6e7d950246faabb0af98630e6 (patch)
treed9b664f7617f13c140143a6f7e96ef8a8e5f4262 /lib
parent8b54e954c9a23719ced62622e690da182506bf65 (diff)
downloadgnutls-e606078208910fc6e7d950246faabb0af98630e6.tar.gz
Reduce libtasn1.h includes.
Diffstat (limited to 'lib')
-rw-r--r--lib/auth_rsa.c1
-rw-r--r--lib/auth_rsa_export.c1
-rw-r--r--lib/gnutls_cert.c1
-rw-r--r--lib/gnutls_cert.h1
-rw-r--r--lib/gnutls_mpi.h3
-rw-r--r--lib/gnutls_sig.c3
-rw-r--r--lib/gnutls_x509.c1
-rw-r--r--lib/mpi-libgcrypt.c1
-rw-r--r--lib/rnd-libgcrypt.c1
9 files changed, 2 insertions, 11 deletions
diff --git a/lib/auth_rsa.c b/lib/auth_rsa.c
index 125f079490..d9beface32 100644
--- a/lib/auth_rsa.c
+++ b/lib/auth_rsa.c
@@ -31,7 +31,6 @@
#include "gnutls_errors.h"
#include "gnutls_dh.h"
#include "gnutls_num.h"
-#include "libtasn1.h"
#include "gnutls_datum.h"
#include "auth_cert.h"
#include <gnutls_pk.h>
diff --git a/lib/auth_rsa_export.c b/lib/auth_rsa_export.c
index 154ac26746..b5610638fc 100644
--- a/lib/auth_rsa_export.c
+++ b/lib/auth_rsa_export.c
@@ -31,7 +31,6 @@
#include "gnutls_errors.h"
#include "gnutls_dh.h"
#include "gnutls_num.h"
-#include "libtasn1.h"
#include "gnutls_datum.h"
#include "auth_cert.h"
#include <gnutls_pk.h>
diff --git a/lib/gnutls_cert.c b/lib/gnutls_cert.c
index 94038eb41d..7872f203ea 100644
--- a/lib/gnutls_cert.c
+++ b/lib/gnutls_cert.c
@@ -30,7 +30,6 @@
#include <gnutls_errors.h>
#include <auth_cert.h>
#include <gnutls_cert.h>
-#include <libtasn1.h>
#include <gnutls_datum.h>
#include <gnutls_mpi.h>
#include <gnutls_global.h>
diff --git a/lib/gnutls_cert.h b/lib/gnutls_cert.h
index b7c80b59a6..23e0f0092a 100644
--- a/lib/gnutls_cert.h
+++ b/lib/gnutls_cert.h
@@ -26,7 +26,6 @@
# define GNUTLS_CERT_H
#include <gnutls_pk.h>
-#include <libtasn1.h>
#include "x509/x509_int.h"
#include <gnutls/openpgp.h>
diff --git a/lib/gnutls_mpi.h b/lib/gnutls_mpi.h
index 16726b9c94..7078145a35 100644
--- a/lib/gnutls_mpi.h
+++ b/lib/gnutls_mpi.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation
+ * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2008 Free Software Foundation
*
* Author: Nikos Mavrogiannopoulos
*
@@ -26,7 +26,6 @@
# define GNUTLS_MPI_H
# include <gnutls_int.h>
-# include <libtasn1.h>
# include <gnutls/crypto.h>
diff --git a/lib/gnutls_sig.c b/lib/gnutls_sig.c
index 5edf8ff3fb..dfb1a8ff1b 100644
--- a/lib/gnutls_sig.c
+++ b/lib/gnutls_sig.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2001, 2004, 2005, 2006, 2007 Free Software Foundation
+ * Copyright (C) 2001, 2004, 2005, 2006, 2007, 2008 Free Software Foundation
*
* Author: Nikos Mavrogiannopoulos
*
@@ -27,7 +27,6 @@
#include <x509_b64.h>
#include <auth_cert.h>
#include <gnutls_cert.h>
-#include <libtasn1.h>
#include <gnutls_datum.h>
#include <gnutls_mpi.h>
#include <gnutls_global.h>
diff --git a/lib/gnutls_x509.c b/lib/gnutls_x509.c
index 924d4b146d..1c1cad58c4 100644
--- a/lib/gnutls_x509.c
+++ b/lib/gnutls_x509.c
@@ -29,7 +29,6 @@
#include <auth_cert.h>
#include "gnutls_dh.h"
#include "gnutls_num.h"
-#include "libtasn1.h"
#include "gnutls_datum.h"
#include <gnutls_pk.h>
#include <gnutls_algorithms.h>
diff --git a/lib/mpi-libgcrypt.c b/lib/mpi-libgcrypt.c
index 41ca0412bd..0b024696bd 100644
--- a/lib/mpi-libgcrypt.c
+++ b/lib/mpi-libgcrypt.c
@@ -27,7 +27,6 @@
*/
#include <gnutls_int.h>
-#include <libtasn1.h>
#include <gnutls_errors.h>
#include <gnutls_num.h>
#include <gnutls_mpi.h>
diff --git a/lib/rnd-libgcrypt.c b/lib/rnd-libgcrypt.c
index 745a11ed88..24480a3625 100644
--- a/lib/rnd-libgcrypt.c
+++ b/lib/rnd-libgcrypt.c
@@ -26,7 +26,6 @@
*/
#include <gnutls_int.h>
-#include <libtasn1.h>
#include <gnutls_errors.h>
#include <gnutls_num.h>
#include <gnutls_mpi.h>