summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Bogorodskiy <bogorodskiy@gmail.com>2013-11-08 07:35:00 +0000
committerStef Walter <stef@thewalter.net>2013-11-08 09:38:00 +0100
commitec02489eca1b7b57c35db71bce5a6f7b876e535e (patch)
tree3b97450a630d9126e3f8b08756c384694076cb5e
parent5ed8c3d3ede6ef30e4b5a40db1438dd6231d5088 (diff)
downloadp11-kit-ec02489eca1b7b57c35db71bce5a6f7b876e535e.tar.gz
Drop unused libtasn1.h include
It's not only unsed, but also causes build fail because CFLAGS for tests does not contain LIBTASN1_CFLAGS. Signed-off-by: Stef Walter <stef@thewalter.net> https://bugs.freedesktop.org/show_bug.cgi?id=71379
-rw-r--r--common/tests/frob-getauxval.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/common/tests/frob-getauxval.c b/common/tests/frob-getauxval.c
index 54ebea0..02745be 100644
--- a/common/tests/frob-getauxval.c
+++ b/common/tests/frob-getauxval.c
@@ -35,8 +35,6 @@
#include "config.h"
#include "compat.h"
-#include <libtasn1.h>
-
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>