summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2001-03-11 22:02:42 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2001-03-11 22:02:42 +0000
commite6ab893b60a5e1687cfc09784974c328d8853d54 (patch)
treee6a769dc1c04a70e9f59acf5675af38b22835a21
parent5b25809cf97c1c3f1c85546438dc4e475203d17d (diff)
downloadgnutls-e6ab893b60a5e1687cfc09784974c328d8853d54.tar.gz
updated with new files
-rw-r--r--lib/gnutls_algorithms.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/gnutls_algorithms.c b/lib/gnutls_algorithms.c
index 8bed99e1b8..133b75dd7f 100644
--- a/lib/gnutls_algorithms.c
+++ b/lib/gnutls_algorithms.c
@@ -24,8 +24,8 @@
#include "gnutls_errors.h"
/* include all the kx handler's definitions */
-#include "gnutls_anon.h"
-#include "gnutls_dhe_dss.h"
+#include "auth_anon.h"
+#include "auth_dhe_dss.h"
/* TLS Versions */