summaryrefslogtreecommitdiff
path: root/lib/gnutls_auth.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-05-21 18:55:31 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-05-21 18:55:31 +0200
commit0283ba941659a1cff403e8ff64d8cbc50cc56efa (patch)
tree8b7a1ef49031c2f10cda6ec0f232366976efc024 /lib/gnutls_auth.c
parent2c2c4268f0fd156c5f5a67e2e2e146309af22a13 (diff)
downloadgnutls-0283ba941659a1cff403e8ff64d8cbc50cc56efa.tar.gz
gnutls_algorithms.c was split into manageable files in algorithms/.
Diffstat (limited to 'lib/gnutls_auth.c')
-rw-r--r--lib/gnutls_auth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gnutls_auth.c b/lib/gnutls_auth.c
index d2c85ae435..8af8d695a7 100644
--- a/lib/gnutls_auth.c
+++ b/lib/gnutls_auth.c
@@ -27,7 +27,7 @@
#include "gnutls_errors.h"
#include "gnutls_auth.h"
#include "gnutls_auth.h"
-#include "gnutls_algorithms.h"
+#include "algorithms.h"
#include <auth/cert.h>
#include <auth/psk.h>
#include <auth/anon.h>