aboutsummaryrefslogtreecommitdiffstats
path: root/scd/scdaemon.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2002-03-06 09:01:12 +0000
committerWerner Koch <[email protected]>2002-03-06 09:01:12 +0000
commit303b4bd6361a817227aa72a63b3a32d9c063b1d9 (patch)
tree36bd7306649f626b8b34a4c983efff801efe533b /scd/scdaemon.h
parentWe got more error codes than actual code ;-) (diff)
downloadgnupg-303b4bd6361a817227aa72a63b3a32d9c063b1d9.tar.gz
gnupg-303b4bd6361a817227aa72a63b3a32d9c063b1d9.zip
Decryption using a Cryptoflex card does now work.
Diffstat (limited to 'scd/scdaemon.h')
-rw-r--r--scd/scdaemon.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/scd/scdaemon.h b/scd/scdaemon.h
index 8a5506d32..bd604b41c 100644
--- a/scd/scdaemon.h
+++ b/scd/scdaemon.h
@@ -92,7 +92,11 @@ int card_create_signature (CARD card,
void *pincb_arg,
const void *indata, size_t indatalen,
void **outdata, size_t *outdatalen );
-
+int card_decipher (CARD card, const char *keyidstr,
+ int (pincb)(void*, const char *, char **),
+ void *pincb_arg,
+ const void *indata, size_t indatalen,
+ void **outdata, size_t *outdatalen);
#endif /*SCDAEMON_H*/