From 04a3f49132522f514ef36117dd908990e278dbbc Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Thu, 23 May 2024 23:22:06 +0200 Subject: Link against the new libtatsu and remove tss code --- src/img4.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/img4.c') diff --git a/src/img4.c b/src/img4.c index 9a0cb29..cfd3c93 100644 --- a/src/img4.c +++ b/src/img4.c @@ -22,9 +22,10 @@ #include #include +#include + #include "common.h" #include "img4.h" -#include "tss.h" #define ASN1_PRIVATE 0xc0 #define ASN1_PRIMITIVE_TAG 0x1f -- cgit v1.1-32-gdbae