diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/libpts/pts/pts.c | 4 |
1 files changed, 4 insertions, 0 deletions
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 <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; |