]> git.ipfire.org Git - thirdparty/strongswan.git/blobdiff - src/libpts/pts/pts_dh_group.c
Moved debug.[ch] to utils folder
[thirdparty/strongswan.git] / src / libpts / pts / pts_dh_group.c
index fb141327f0568cd439cecfd86edf641211e30237..41a43603653067b3980b1852ed8d12ed42a16390 100644 (file)
@@ -15,7 +15,7 @@
 
 #include "pts_dh_group.h"
 
-#include <debug.h>
+#include <utils/debug.h>
 
 /**
  * Described in header.
@@ -27,7 +27,7 @@ bool pts_dh_group_probe(pts_dh_group_t *dh_groups)
        const char *plugin_name;
        char format1[] = "  %s PTS DH group %N[%s] available";
        char format2[] = "  %s PTS DH group %N not available";
-       
+
        *dh_groups = PTS_DH_GROUP_NONE;
 
        enumerator = lib->crypto->create_dh_enumerator(lib->crypto);