]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Get AIK certificate encoding in PUBKEY_ASN1_DER if it's just public key
authorSansar Choinyambuu <schoinya@hsr.ch>
Mon, 10 Oct 2011 14:07:18 +0000 (16:07 +0200)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Mon, 28 Nov 2011 17:44:44 +0000 (18:44 +0100)
src/libpts/pts/pts.c

index 118585ccef69155caa204e8fc29b19358be53bab..c770c617f2ffc203c93ea5e47a2178e659b76be1 100644 (file)
 #include <sys/utsname.h>
 #include <errno.h>
 
+#include <openssl/asn1t.h>
+#include <openssl/x509.h>
+#include <openssl/rsa.h>
+
 #define PTS_BUF_SIZE   4096
 
 typedef struct private_pts_t private_pts_t;