Home
last modified time | relevance | path

Searched refs:TLS_OPP (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/dma/
H A Ddma.h71 #define TLS_OPP 0x080 /* Opportunistic STARTTLS */ macro
H A Dconf.c238 config.features |= TLS_OPP; in parse_conf()
H A Dcrypto.c153 if ((feature & TLS_OPP) == 0) { in smtp_init_crypto()