X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=globals.h;h=593a76f7aec62c86e959fdaf55184db2e373dfbb;hb=28c2fbe53cf73c57fd80bf332b4f4674ee09198b;hp=850e5aad1921db5eb390f9768b3631c18f2adf74;hpb=dc2c2ef1ba4d0a0f3c2552459b9f962594a3536b;p=apps%2Fmadmutt.git diff --git a/globals.h b/globals.h index 850e5aa..593a76f 100644 --- a/globals.h +++ b/globals.h @@ -9,6 +9,8 @@ #ifndef _GLOBALS_H #define _GLOBALS_H +#include "alias.h" + #include "lib/str.h" #include "lib/list.h" #include "lib/rx.h" @@ -144,18 +146,20 @@ WHERE char *SmtpAuthUser; WHERE char *SmtpAuthPass; WHERE char *SmtpHost; WHERE unsigned short SmtpPort; +WHERE char *SmtpUseTLS; #endif WHERE char *Spoolfile; WHERE char *SpamSep; -#if defined(USE_SSL) || defined(USE_NSS) || defined(USE_GNUTLS) +#if defined(USE_SSL) || defined(USE_GNUTLS) WHERE char *SslCertFile INITVAL (NULL); #endif -#if defined(USE_SSL) || defined(USE_NSS) +#if defined(USE_SSL) WHERE char *SslEntropyFile INITVAL (NULL); #endif #ifdef USE_SSL WHERE char *SslClientCert INITVAL (NULL); +WHERE LIST *SslSessionCerts INITVAL (NULL); #endif #ifdef USE_GNUTLS WHERE short SslDHPrimeBits;