diff options
author | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2005-06-07 04:14:59 +0000 |
---|---|---|
committer | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2005-06-07 04:14:59 +0000 |
commit | 13d882686343bf9a76ffdfa83854043d808703dd (patch) | |
tree | 2c6b97c0946a681c9c1031038e89d298a645c754 /contrib/sendmail/src/usersmtp.c | |
parent | 27bec48138ffa668d5c5d3b1e87f82e533befb5c (diff) |
Notes
Diffstat (limited to 'contrib/sendmail/src/usersmtp.c')
-rw-r--r-- | contrib/sendmail/src/usersmtp.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/contrib/sendmail/src/usersmtp.c b/contrib/sendmail/src/usersmtp.c index 24b09549a12a2..bd3de971045e8 100644 --- a/contrib/sendmail/src/usersmtp.c +++ b/contrib/sendmail/src/usersmtp.c @@ -13,7 +13,7 @@ #include <sendmail.h> -SM_RCSID("@(#)$Id: usersmtp.c,v 8.460 2005/01/11 00:24:19 ca Exp $") +SM_RCSID("@(#)$Id: usersmtp.c,v 8.463 2005/03/16 00:36:09 ca Exp $") #include <sysexits.h> @@ -1596,8 +1596,6 @@ attemptauth(m, mci, e, sai) (void) memset(&ssp, '\0', sizeof ssp); /* XXX should these be options settable via .cf ? */ -# if STARTTLS -#endif /* STARTTLS */ { ssp.max_ssf = MaxSLBits; ssp.maxbufsize = MAXOUTLEN; |