aboutsummaryrefslogtreecommitdiffstats
path: root/src/libimcv/plugins/imc_os
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 /src/libimcv/plugins/imc_os
parentd5c143e5be0fb4beefe6a2da1f0f181bf4468883 (diff)
downloadstrongswan-f05b427265e20ccb43889094e4c58c1a5bf3e290.tar.bz2
strongswan-f05b427265e20ccb43889094e4c58c1a5bf3e290.tar.xz
Moved debug.[ch] to utils folder
Diffstat (limited to 'src/libimcv/plugins/imc_os')
-rw-r--r--src/libimcv/plugins/imc_os/imc_os.c4
-rw-r--r--src/libimcv/plugins/imc_os/imc_os_state.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/libimcv/plugins/imc_os/imc_os.c b/src/libimcv/plugins/imc_os/imc_os.c
index acfa3e035..f50b8aa87 100644
--- a/src/libimcv/plugins/imc_os/imc_os.c
+++ b/src/libimcv/plugins/imc_os/imc_os.c
@@ -32,7 +32,7 @@
#include <tncif_pa_subtypes.h>
#include <pen/pen.h>
-#include <debug.h>
+#include <utils/debug.h>
/* IMC definitions */
@@ -329,7 +329,7 @@ static TNC_Result receive_message(imc_msg_t *in_msg)
break;
}
}
- e->destroy(e);
+ e->destroy(e);
}
else if (attr_type.type == IETF_ATTR_REMEDIATION_INSTRUCTIONS)
{
diff --git a/src/libimcv/plugins/imc_os/imc_os_state.c b/src/libimcv/plugins/imc_os/imc_os_state.c
index 859e1f87f..f49959ab9 100644
--- a/src/libimcv/plugins/imc_os/imc_os_state.c
+++ b/src/libimcv/plugins/imc_os/imc_os_state.c
@@ -17,7 +17,7 @@
#include <tncif_names.h>
-#include <debug.h>
+#include <utils/debug.h>
typedef struct private_imc_os_state_t private_imc_os_state_t;
@@ -155,7 +155,7 @@ imc_state_t *imc_os_state_create(TNC_ConnectionID connection_id)
.result = TNC_IMV_EVALUATION_RESULT_DONT_KNOW,
.connection_id = connection_id,
);
-
+
return &this->public.interface;
}