mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 16:49:58 -06:00
Added: more SSL features, plus SSL dump folder
Dump: rootca, peercert
This commit is contained in:
@ -277,6 +277,8 @@ struct SConfig : NonCopyable
|
||||
bool m_SSLDumpRead;
|
||||
bool m_SSLDumpWrite;
|
||||
bool m_SSLVerifyCert;
|
||||
bool m_SSLDumpRootCA;
|
||||
bool m_SSLDumpPeerCert;
|
||||
|
||||
SysConf* m_SYSCONF;
|
||||
|
||||
|
Reference in New Issue
Block a user