aboutsummaryrefslogtreecommitdiffstats
path: root/sm/gpgsm.c
diff options
context:
space:
mode:
Diffstat (limited to 'sm/gpgsm.c')
-rw-r--r--sm/gpgsm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/gpgsm.c b/sm/gpgsm.c
index 9927357ec..7476e6e9a 100644
--- a/sm/gpgsm.c
+++ b/sm/gpgsm.c
@@ -1239,7 +1239,7 @@ gpgsm_exit (int rc)
void
gpgsm_init_default_ctrl (struct server_control_s *ctrl)
{
- ctrl->include_certs = 1;
+ ctrl->include_certs = 1; /* only include the signer's cert */
}