X-Git-Url: http://git.pk910.de/?p=ircu2.10.12-pk.git;a=blobdiff_plain;f=include%2Fs_conf.h;h=775dcf78daa40b71fc24cc8e4a40acb4052117c8;hp=ea4f1c21706066755795585fd2702ac166c2f844;hb=c13fbd5384338be6c99d529db9b6ba787afcb1c0;hpb=de88671141460b0ee768bba23ba528ccbddc4596 diff --git a/include/s_conf.h b/include/s_conf.h index ea4f1c2..775dcf7 100644 --- a/include/s_conf.h +++ b/include/s_conf.h @@ -65,6 +65,7 @@ struct ConfItem time_t hold; /**< Earliest time to attempt an outbound connect on this ConfItem. */ int dns_pending; /**< A dns request is pending. */ + int usessl; /**< establish SSL connection */ int flags; /**< Additional modifiers for item. */ int addrbits; /**< Number of bits valid in ConfItem::address. */ struct Privs privs; /**< Privileges for all users in this class. */ @@ -102,6 +103,10 @@ struct LocalConf { char* location1; /**< First line of location information. */ char* location2; /**< Second line of location information. */ char* contact; /**< Admin contact information. */ + + char* sslcertfile; /**< SSL certificate file. */ + char* sslkeyfile; /**< SSL private key file. */ + char* sslcafile; /**< SSL CA file. */ }; enum {