X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/641e461b10b6fd320ed6a13ec4075754d29bbb0b..3e793ecdc83c0df54ce3096880eb8fdc7a36c4e0:/mts/smtp/smtp.h?ds=sidebyside diff --git a/mts/smtp/smtp.h b/mts/smtp/smtp.h index df02c1a4..953b3ded 100644 --- a/mts/smtp/smtp.h +++ b/mts/smtp/smtp.h @@ -16,6 +16,11 @@ struct smtp { * prototypes */ /* int client (); */ +/* TLS flags */ +#define S_STARTTLS 0x01 +#define S_INITTLS 0x02 +#define S_TLSENABLEMASK 0x03 +#define S_NOVERIFY 0x04 int sm_init (char *, char *, char *, int, int, int, int, const char *, const char *, const char *, int); int sm_winit (char *, int, int);