summaryrefslogtreecommitdiff
path: root/lib/gnutls_constate.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_constate.c
parent2c2c4268f0fd156c5f5a67e2e2e146309af22a13 (diff)
downloadgnutls-0283ba941659a1cff403e8ff64d8cbc50cc56efa.tar.gz
gnutls_algorithms.c was split into manageable files in algorithms/.
Diffstat (limited to 'lib/gnutls_constate.c')
-rw-r--r--lib/gnutls_constate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gnutls_constate.c b/lib/gnutls_constate.c
index a853098fd8..83a7793459 100644
--- a/lib/gnutls_constate.c
+++ b/lib/gnutls_constate.c
@@ -31,7 +31,7 @@
#include <gnutls_constate.h>
#include <gnutls_errors.h>
#include <gnutls_kx.h>
-#include <gnutls_algorithms.h>
+#include <algorithms.h>
#include <gnutls_num.h>
#include <gnutls_datum.h>
#include <gnutls_state.h>