aboutsummaryrefslogtreecommitdiffstats
path: root/g10/pkglue.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2010-04-20 17:57:50 +0000
committerWerner Koch <[email protected]>2010-04-20 17:57:50 +0000
commit21b0a955be63dc69625194ece8557e79b6ad60c2 (patch)
tree97de4727b46f1f2b5dac30142e5a408c898d48fc /g10/pkglue.h
parentAdd missing file. (diff)
downloadgnupg-21b0a955be63dc69625194ece8557e79b6ad60c2.tar.gz
gnupg-21b0a955be63dc69625194ece8557e79b6ad60c2.zip
Generating an OpenPGP key cia gpg-agent basically works.
Diffstat (limited to 'g10/pkglue.h')
-rw-r--r--g10/pkglue.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/g10/pkglue.h b/g10/pkglue.h
index 89d2216b5..f97def153 100644
--- a/g10/pkglue.h
+++ b/g10/pkglue.h
@@ -20,8 +20,6 @@
#ifndef GNUPG_G10_PKGLUE_H
#define GNUPG_G10_PKGLUE_H
-int pk_sign (int algo, gcry_mpi_t *data, gcry_mpi_t hash,
- gcry_mpi_t *skey);
int pk_verify (int algo, gcry_mpi_t hash, gcry_mpi_t *data,
gcry_mpi_t *pkey);
int pk_encrypt (int algo, gcry_mpi_t *resarr, gcry_mpi_t data,