aboutsummaryrefslogtreecommitdiffstats
path: root/src/libimcv/tcg
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2011-09-07 09:44:59 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2011-09-08 12:08:17 +0200
commit3481688a3e3a2b5b113637ebd35115a7127dc671 (patch)
tree42e43556e3005aa2c8962bbd703f1fb19e48c56e /src/libimcv/tcg
parentc300111189648482b505e6d04e7433ddd0f22240 (diff)
downloadstrongswan-3481688a3e3a2b5b113637ebd35115a7127dc671.tar.bz2
strongswan-3481688a3e3a2b5b113637ebd35115a7127dc671.tar.xz
lexparser was not used
Diffstat (limited to 'src/libimcv/tcg')
-rw-r--r--src/libimcv/tcg/pts/pts.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libimcv/tcg/pts/pts.c b/src/libimcv/tcg/pts/pts.c
index ef5218395..c9df3f35a 100644
--- a/src/libimcv/tcg/pts/pts.c
+++ b/src/libimcv/tcg/pts/pts.c
@@ -17,7 +17,6 @@
#include <debug.h>
#include <crypto/hashers/hasher.h>
-#include <utils/lexparser.h>
#include <trousers/tss.h>
#include <trousers/trousers.h>
@@ -409,7 +408,7 @@ static char* extract_platform_info(void)
return NULL;
}
- /* Read the output the arch command */
+ /* read the output the arch command */
if (!fgets(buf + value_len + 1, BUF_LEN - value_len - 2, file))
{
DBG2(DBG_IMC, "failed to read output of arch command");