aboutsummaryrefslogtreecommitdiffstats
path: root/scd/card-p15.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--scd/card-p15.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/scd/card-p15.c b/scd/card-p15.c
index a70bc665e..6248ddfe2 100644
--- a/scd/card-p15.c
+++ b/scd/card-p15.c
@@ -25,7 +25,7 @@
#include <string.h>
#include <time.h>
-#include <opensc-pkcs15.h>
+#include <opensc/pkcs15.h>
#include <ksba.h>
#include "scdaemon.h"
@@ -345,6 +345,7 @@ p15_decipher (CARD card, const char *keyidstr,
return GNUPG_Out_Of_Core;
rc = sc_pkcs15_decipher (card->p15card, keyobj,
+ 0,
indata, indatalen,
outbuf, outbuflen);
if (rc < 0)