Added: INI option to verify SSL cert

This commit is contained in:
Sepalani
2015-06-09 20:23:56 +02:00
parent d3be9d155d
commit 1fdf750395
3 changed files with 8 additions and 1 deletions

View File

@ -276,6 +276,7 @@ struct SConfig : NonCopyable
// Network settings
bool m_SSLDumpRead;
bool m_SSLDumpWrite;
bool m_SSLVerifyCert;
SysConf* m_SYSCONF;