summaryrefslogtreecommitdiff
path: root/lib/gnutls_x509.c
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-09-01 17:00:32 +0200
committerSimon Josefsson <simon@josefsson.org>2008-09-01 17:00:32 +0200
commit872ae430fbc0f8454c74260442989dd51ded898a (patch)
tree871b11b203cf0305951571e47e665f945ac0e9cd /lib/gnutls_x509.c
parentc1c1547998b0497da19297a9eb1e2c317b3cd422 (diff)
downloadgnutls-872ae430fbc0f8454c74260442989dd51ded898a.tar.gz
Move definitions in gnutls_auth_int.h to gnutls_auth.h and update callers.
Diffstat (limited to 'lib/gnutls_x509.c')
-rw-r--r--lib/gnutls_x509.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gnutls_x509.c b/lib/gnutls_x509.c
index 5a6f4cead7..cd668ddeed 100644
--- a/lib/gnutls_x509.c
+++ b/lib/gnutls_x509.c
@@ -23,7 +23,7 @@
*/
#include <gnutls_int.h>
-#include "gnutls_auth_int.h"
+#include "gnutls_auth.h"
#include "gnutls_errors.h"
#include <gnutls_cert.h>
#include <auth_cert.h>