diff options
| author | Hiroki Sato <hrs@FreeBSD.org> | 2019-08-27 20:11:45 +0000 |
|---|---|---|
| committer | Hiroki Sato <hrs@FreeBSD.org> | 2019-08-27 20:11:45 +0000 |
| commit | 76d46bbb0efc05fa0d2250ba8b32d4c70e3f4f16 (patch) | |
| tree | 0b867ca92aa41b796778b00708d25a3759b85c08 /contrib/sendmail/src/readcf.c | |
| parent | 0178a63ffe5fc60d0dc4721d407f862679981611 (diff) | |
| parent | 1c3e417caf2d11608f10043b7e70b6e7ed8711ff (diff) | |
Notes
Diffstat (limited to 'contrib/sendmail/src/readcf.c')
| -rw-r--r-- | contrib/sendmail/src/readcf.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/contrib/sendmail/src/readcf.c b/contrib/sendmail/src/readcf.c index 2b0fbf711cf57..10eac0bc6724b 100644 --- a/contrib/sendmail/src/readcf.c +++ b/contrib/sendmail/src/readcf.c @@ -159,22 +159,6 @@ readcf(cfname, safe, e) FileName = cfname; LineNumber = 0; -#if STARTTLS - Srv_SSL_Options = SSL_OP_ALL; - Clt_SSL_Options = SSL_OP_ALL -# ifdef SSL_OP_NO_SSLv2 - | SSL_OP_NO_SSLv2 -# endif -# ifdef SSL_OP_NO_TICKET - | SSL_OP_NO_TICKET -# endif - ; -# ifdef SSL_OP_TLSEXT_PADDING - /* SSL_OP_TLSEXT_PADDING breaks compatibility with some sites */ - Srv_SSL_Options &= ~SSL_OP_TLSEXT_PADDING; - Clt_SSL_Options &= ~SSL_OP_TLSEXT_PADDING; -# endif /* SSL_OP_TLSEXT_PADDING */ -#endif /* STARTTLS */ if (DontLockReadFiles) sff |= SFF_NOLOCK; cf = safefopen(cfname, O_RDONLY, 0444, sff); |
