aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/tls_test.c
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2012-10-16 16:03:21 +0200
committerTobias Brunner <tobias@strongswan.org>2012-10-24 16:00:51 +0200
commitf05b427265e20ccb43889094e4c58c1a5bf3e290 (patch)
tree288cb6436f7af1a50a592e377327dc678bbe29f7 /scripts/tls_test.c
parentd5c143e5be0fb4beefe6a2da1f0f181bf4468883 (diff)
downloadstrongswan-f05b427265e20ccb43889094e4c58c1a5bf3e290.tar.bz2
strongswan-f05b427265e20ccb43889094e4c58c1a5bf3e290.tar.xz
Moved debug.[ch] to utils folder
Diffstat (limited to 'scripts/tls_test.c')
-rw-r--r--scripts/tls_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/tls_test.c b/scripts/tls_test.c
index 3bdb34529..d0d259e60 100644
--- a/scripts/tls_test.c
+++ b/scripts/tls_test.c
@@ -22,7 +22,7 @@
#include <string.h>
#include <library.h>
-#include <debug.h>
+#include <utils/debug.h>
#include <tls_socket.h>
#include <networking/host.h>
#include <credentials/sets/mem_cred.h>