summaryrefslogtreecommitdiff
path: root/lib/opencdk/context.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/opencdk/context.h')
-rw-r--r--lib/opencdk/context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/opencdk/context.h b/lib/opencdk/context.h
index da4a441dd0..380d2e35b5 100644
--- a/lib/opencdk/context.h
+++ b/lib/opencdk/context.h
@@ -84,7 +84,7 @@ struct cdk_ctx_s
cdk_keydb_hd_t pub;
unsigned int close_db:1;
} db;
- char *(*passphrase_cb) (void *opaque, const char *prompt);
+ char *(*passphrase_cb) (void *uint8_t, const char *prompt);
void *passphrase_cb_value;
};