summaryrefslogtreecommitdiffstats
path: root/tdecore/tdehw/tdecryptographiccarddevice_private.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2015-09-19 16:02:17 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2015-09-19 16:02:17 -0500
commita17dfea5e797b9fae31b88e840bb5fa13069ae0d (patch)
tree67a4d24cc8c146eb7faa90a3bd7cb20aa2264c13 /tdecore/tdehw/tdecryptographiccarddevice_private.h
parentfa4e775460bf35b655335515cb9b11a4dee9ff1a (diff)
downloadtdelibs-a17dfea5e797b9fae31b88e840bb5fa13069ae0d.tar.gz
tdelibs-a17dfea5e797b9fae31b88e840bb5fa13069ae0d.zip
Implement autoPIN certificate parsing
Diffstat (limited to 'tdecore/tdehw/tdecryptographiccarddevice_private.h')
-rw-r--r--tdecore/tdehw/tdecryptographiccarddevice_private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tdecore/tdehw/tdecryptographiccarddevice_private.h b/tdecore/tdehw/tdecryptographiccarddevice_private.h
index b7d38fe52..4f21b4bc1 100644
--- a/tdecore/tdehw/tdecryptographiccarddevice_private.h
+++ b/tdecore/tdehw/tdecryptographiccarddevice_private.h
@@ -32,6 +32,7 @@
#ifdef WITH_PKCS
#include <pkcs11-helper-1.0/pkcs11h-certificate.h>
#include <pkcs11-helper-1.0/pkcs11h-openssl.h>
+ #include <openssl/x509v3.h>
#define PKCS11H_PROMPT_MASK_ALLOW_NONE (PKCS11H_PROMPT_MASK_ALLOW_ALL & ~PKCS11H_PROMPT_MASK_ALLOW_ALL)
#endif