strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efcc2c6
)
Get AIK certificate encoding in PUBKEY_ASN1_DER if it's just public key
author
Sansar Choinyambuu
<schoinya@hsr.ch>
Mon, 10 Oct 2011 14:07:18 +0000
(16:07 +0200)
committer
Andreas Steffen
<andreas.steffen@strongswan.org>
Mon, 28 Nov 2011 17:44:44 +0000
(18:44 +0100)
src/libpts/pts/pts.c
patch
|
blob
|
history
diff --git
a/src/libpts/pts/pts.c
b/src/libpts/pts/pts.c
index
118585c
..
c770c61
100644
(file)
--- a/
src/libpts/pts/pts.c
+++ b/
src/libpts/pts/pts.c
@@
-27,6
+27,10
@@
#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;