summaryrefslogtreecommitdiffstats
path: root/g10/server.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/server.c')
-rw-r--r--g10/server.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/g10/server.c b/g10/server.c
index d817f7f6c..37acceebf 100644
--- a/g10/server.c
+++ b/g10/server.c
@@ -608,7 +608,7 @@ static const char hlp_passwd[] =
static gpg_error_t
cmd_passwd (assuan_context_t ctx, char *line)
{
- ctrl_t ctrl = assuan_get_pointer (ctx);
+ /* ctrl_t ctrl = assuan_get_pointer (ctx); */
gpg_error_t err;
line = skip_options (line);
@@ -629,7 +629,7 @@ register_commands (assuan_context_t ctx)
{
const char *name;
assuan_handler_t handler;
- assuan_handler_t help;
+ const char * const help;
} table[] = {
{ "RECIPIENT", cmd_recipient },
{ "SIGNER", cmd_signer },