Get AIK certificate encoding in PUBKEY_ASN1_DER if it's just public key

This commit is contained in:
Sansar Choinyambuu
2011-11-28 18:44:44 +01:00
committed by Andreas Steffen
parent efcc2c639e
commit bae9346a29
+4
View File
@@ -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;