From: Sansar Choinyambuu Date: Mon, 10 Oct 2011 14:07:18 +0000 (+0200) Subject: Get AIK certificate encoding in PUBKEY_ASN1_DER if it's just public key X-Git-Tag: 4.6.2~237 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bae9346a29a2abb009d70b0dde8ba003c0872a40;p=thirdparty%2Fstrongswan.git Get AIK certificate encoding in PUBKEY_ASN1_DER if it's just public key --- diff --git a/src/libpts/pts/pts.c b/src/libpts/pts/pts.c index 118585ccef..c770c617f2 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;