diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2003-08-09 17:51:52 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2003-08-09 17:51:52 +0000 |
commit | 0ca5efcd826de416530152306470150160da0a88 (patch) | |
tree | 994ad73232f0b433fd53443bc8607afcce144f59 /lib | |
parent | fc3862bdc14cbb39200ab622cef44e90e49616d3 (diff) | |
download | gnutls-0ca5efcd826de416530152306470150160da0a88.tar.gz |
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gnutls_anon_cred.c | 4 |
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" |