aboutsummaryrefslogtreecommitdiffstats
path: root/g10/gpgv.c
diff options
context:
space:
mode:
authorNeal H. Walfield <[email protected]>2016-02-07 23:18:00 +0000
committerNeal H. Walfield <[email protected]>2016-02-07 23:48:17 +0000
commitfd7dc535f3104e521eb49d95d2bb180cd0e8a9af (patch)
tree95e3b88b71a616a34cc99bb9f1d0914eacfe121b /g10/gpgv.c
parentInitial commit. (diff)
downloadgnupg-fd7dc535f3104e521eb49d95d2bb180cd0e8a9af.tar.gz
gnupg-fd7dc535f3104e521eb49d95d2bb180cd0e8a9af.zip
Encrypt the parameters.
Diffstat (limited to 'g10/gpgv.c')
-rw-r--r--g10/gpgv.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/g10/gpgv.c b/g10/gpgv.c
index 19a2ff6c7..e28043d7c 100644
--- a/g10/gpgv.c
+++ b/g10/gpgv.c
@@ -654,3 +654,10 @@ void
tofu_end_batch_update (void)
{
}
+
+gpg_error_t
+mailing_list_reprotect (KBNODE kb)
+{
+ (void) kb;
+ return 0;
+}