summaryrefslogtreecommitdiff
path: root/lib/gnutls_handshake.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_handshake.c
parent2c2c4268f0fd156c5f5a67e2e2e146309af22a13 (diff)
downloadgnutls-0283ba941659a1cff403e8ff64d8cbc50cc56efa.tar.gz
gnutls_algorithms.c was split into manageable files in algorithms/.
Diffstat (limited to 'lib/gnutls_handshake.c')
-rw-r--r--lib/gnutls_handshake.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gnutls_handshake.c b/lib/gnutls_handshake.c
index e8393522e7..d42d415169 100644
--- a/lib/gnutls_handshake.c
+++ b/lib/gnutls_handshake.c
@@ -30,7 +30,7 @@
#include "gnutls_errors.h"
#include "gnutls_dh.h"
#include "debug.h"
-#include "gnutls_algorithms.h"
+#include "algorithms.h"
#include "gnutls_compress.h"
#include "gnutls_cipher.h"
#include "gnutls_buffers.h"