summaryrefslogtreecommitdiff
path: root/lib/auth/psk_passwd.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/auth/psk_passwd.c')
-rw-r--r--lib/auth/psk_passwd.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/auth/psk_passwd.c b/lib/auth/psk_passwd.c
index d593c3c453..2ef2c9c901 100644
--- a/lib/auth/psk_passwd.c
+++ b/lib/auth/psk_passwd.c
@@ -22,20 +22,20 @@
/* Functions for operating in an PSK passwd file are included here */
-#include <gnutls_int.h>
+#include "gnutls_int.h"
#ifdef ENABLE_PSK
#include "x509_b64.h"
-#include "gnutls_errors.h"
+#include "errors.h"
#include <auth/psk_passwd.h>
#include <auth/psk.h>
-#include "gnutls_auth.h"
-#include "gnutls_dh.h"
+#include "auth.h"
+#include "dh.h"
#include "debug.h"
-#include <gnutls_str.h>
-#include <gnutls_datum.h>
-#include <gnutls_num.h>
+#include <str.h>
+#include <datum.h>
+#include <num.h>
#include <random.h>