(tls) add a simple description of the TLS configuration routine for debugging

This commit is contained in:
Benjamin Sergeant
2019-12-20 15:18:04 -08:00
parent d1a4cab134
commit d7318f97e6
5 changed files with 21 additions and 1 deletions

View File

@ -43,6 +43,8 @@ namespace ix
const std::string& getErrorMsg() const;
std::string getDescription() const;
private:
mutable std::string _errMsg;
mutable bool _validated = false;