From bae9346a29a2abb009d70b0dde8ba003c0872a40 Mon Sep 17 00:00:00 2001 From: Sansar Choinyambuu Date: Mon, 10 Oct 2011 16:07:18 +0200 Subject: [PATCH] Get AIK certificate encoding in PUBKEY_ASN1_DER if it's just public key --- src/libpts/pts/pts.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/libpts/pts/pts.c b/src/libpts/pts/pts.c index 118585cce..c770c617f 100644 --- a/src/libpts/pts/pts.c +++ b/src/libpts/pts/pts.c @@ -27,6 +27,10 @@ #include #include +#include +#include +#include + #define PTS_BUF_SIZE 4096 typedef struct private_pts_t private_pts_t;