summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2003-08-09 17:51:52 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2003-08-09 17:51:52 +0000
commit0ca5efcd826de416530152306470150160da0a88 (patch)
tree994ad73232f0b433fd53443bc8607afcce144f59
parentfc3862bdc14cbb39200ab622cef44e90e49616d3 (diff)
downloadgnutls-0ca5efcd826de416530152306470150160da0a88.tar.gz
*** empty log message ***
-rw-r--r--lib/gnutls_anon_cred.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/gnutls_anon_cred.c b/lib/gnutls_anon_cred.c
index 98a3f56c38..a52c64c737 100644
--- a/lib/gnutls_anon_cred.c
+++ b/lib/gnutls_anon_cred.c
@@ -19,12 +19,12 @@
*
*/
+#include "gnutls_int.h"
+
#ifdef ENABLE_ANON
-#include "gnutls_int.h"
#include "gnutls_errors.h"
#include "auth_anon.h"
-
#include "gnutls_auth_int.h"
#include "gnutls_dh.h"
#include "gnutls_num.h"