Replace OpenSSL with PolarSSL

Works on windows, not yet cmake.
This commit is contained in:
Matthew Parlane
2013-08-15 20:47:47 +12:00
parent 3f46f26c49
commit fede38985e
397 changed files with 71420 additions and 33049 deletions

View File

@ -33,7 +33,7 @@ public:
void Log(LogTypes::LOG_LEVELS, const char *msg);
bool IsValid() { return (bool)m_logfile; }
bool IsValid() { return !m_logfile.fail(); }
bool IsEnabled() const { return m_enable; }
void SetEnable(bool enable) { m_enable = enable; }