aboutsummaryrefslogtreecommitdiffstats
path: root/g10/pkglue.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2003-08-05 17:11:04 +0000
committerWerner Koch <[email protected]>2003-08-05 17:11:04 +0000
commit1bcf8ef9dea1a9b171c27ef48cadb79df6201e33 (patch)
tree2ad720429f4b04941ebf0fcbe005e63c89fe69c6 /g10/pkglue.h
parentThis commit was manufactured by cvs2svn to create branch (diff)
downloadgnupg-1bcf8ef9dea1a9b171c27ef48cadb79df6201e33.tar.gz
gnupg-1bcf8ef9dea1a9b171c27ef48cadb79df6201e33.zip
Cleanups, fixes and PC/SC support
Diffstat (limited to 'g10/pkglue.h')
-rw-r--r--g10/pkglue.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/pkglue.h b/g10/pkglue.h
index 3065d66aa..43b82785b 100644
--- a/g10/pkglue.h
+++ b/g10/pkglue.h
@@ -29,6 +29,7 @@ int pk_encrypt (int algo, gcry_mpi_t *resarr, gcry_mpi_t data,
gcry_mpi_t *pkey);
int pk_decrypt (int algo, gcry_mpi_t *result, gcry_mpi_t *data,
gcry_mpi_t *skey);
+int pk_check_secret_key (int algo, gcry_mpi_t *skey);
#endif /*GNUPG_G10_PKGLUE_H*/