aboutsummaryrefslogtreecommitdiffstats
path: root/smtpd/to.c
diff options
context:
space:
mode:
authorGilles Chehade <gilles@poolp.org>2018-11-01 16:25:33 +0100
committerGilles Chehade <gilles@poolp.org>2018-11-01 16:25:33 +0100
commitd74b016a88f90428adca5d1db85bbb363a9e3a6e (patch)
treea63dc2590398f7662d86ba7948689a2963f6c7cf /smtpd/to.c
parentwe no longer accomodate for openssl discrepancies (diff)
parentsync with OpenBSD (diff)
downloadOpenSMTPD-d74b016a88f90428adca5d1db85bbb363a9e3a6e.tar.xz
OpenSMTPD-d74b016a88f90428adca5d1db85bbb363a9e3a6e.zip
Merge branch 'master' into portable
Diffstat (limited to 'smtpd/to.c')
-rw-r--r--smtpd/to.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/smtpd/to.c b/smtpd/to.c
index 0371cc92..bef539b1 100644
--- a/smtpd/to.c
+++ b/smtpd/to.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: to.c,v 1.33 2018/09/08 10:05:07 eric Exp $ */
+/* $OpenBSD: to.c,v 1.34 2018/10/31 15:14:21 gilles Exp $ */
/*
* Copyright (c) 2009 Jacek Masiulaniec <jacekm@dobremiasto.net>
@@ -527,7 +527,7 @@ rule_to_text(struct rule *r)
if (r->flag_smtp_starttls) {
if (r->flag_smtp_starttls < 0)
(void)strlcat(buf, "!", sizeof buf);
- (void)strlcat(buf, "starttls ", sizeof buf);
+ (void)strlcat(buf, "tls ", sizeof buf);
(void)strlcat(buf, " ", sizeof buf);
}