summaryrefslogblamecommitdiffstats
path: root/opendkim-2.11.0-comment-separator.patch
blob: 1b8b293e75a120641e562c1699f5c058e98e475f (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                                                                 
diff --git a/opendkim/opendkim.c b/opendkim/opendkim.c
index 803f37b0..c9dd782d 100644
--- a/opendkim/opendkim.c
+++ b/opendkim/opendkim.c
@@ -10766,7 +10766,7 @@ dkimf_ar_all_sigs(char *hdr, size_t hdrlen, struct dkimf_dstring *tmpstr,
  				                     " (%u-bit key%s%s)",
  				                     keybits,
  				                     dnssec == NULL ? ""
- 				                                    : "; ",
+ 				                                    : ", ",
  				                     dnssec == NULL ? ""
  				                                    : dnssec);
  			}