aboutsummaryrefslogtreecommitdiff
path: root/src/gpg.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpg.c')
-rw-r--r--src/gpg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gpg.c b/src/gpg.c
index d6e2301..6f7dfb6 100644
--- a/src/gpg.c
+++ b/src/gpg.c
@@ -203,7 +203,7 @@ gpg_sig_ok_p (gpgme_ctx_t ctx, gpgme_signature_t sig)
203/* FIXME: spool currently unused */ 203/* FIXME: spool currently unused */
204int 204int
205verify_directive_signature (struct file_triplet *trp, 205verify_directive_signature (struct file_triplet *trp,
206 struct spool *spool, const char *pubkey) 206 const struct spool *spool, const char *pubkey)
207{ 207{
208 gpgme_ctx_t ctx; 208 gpgme_ctx_t ctx;
209 gpgme_data_t key_data, directive_data, plain; 209 gpgme_data_t key_data, directive_data, plain;
@@ -261,7 +261,7 @@ verify_directive_signature (struct file_triplet *trp,
261 a previous call to verify_directive_signature). */ 261 a previous call to verify_directive_signature). */
262int 262int
263verify_detached_signature (struct file_triplet *trp, 263verify_detached_signature (struct file_triplet *trp,
264 struct spool *spool) 264 const struct spool *spool)
265{ 265{
266 gpgme_engine_info_t info; 266 gpgme_engine_info_t info;
267 const char *argv[5]; 267 const char *argv[5];

Return to:

Send suggestions and report system problems to the System administrator.