aboutsummaryrefslogtreecommitdiffstats
path: root/g10/gpgv.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/gpgv.c')
-rw-r--r--g10/gpgv.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/g10/gpgv.c b/g10/gpgv.c
index b97548d9b..6d3d25f50 100644
--- a/g10/gpgv.c
+++ b/g10/gpgv.c
@@ -831,6 +831,14 @@ tofu_notice_key_changed (ctrl_t ctrl, kbnode_t kb)
}
+const char *
+revocation_reason_code_to_str (int code, char **freeme)
+{
+ (void)code;
+ *freeme = NULL;
+ return "";
+}
+
int
get_revocation_reason (PKT_signature *sig, char **r_reason,
char **r_comment, size_t *r_commentlen)