Bump WinStd

Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
2019-06-14 09:34:07 +02:00
parent 38a7354ad9
commit 638f2cf18d
2 changed files with 5 additions and 5 deletions

View File

@@ -244,10 +244,10 @@ namespace eap
static DWORD WINAPI verify(_In_ crl_checker *obj);
public:
module &m_module; ///< Module
winstd::win_handle m_thread; ///< Thread
winstd::win_handle m_abort; ///< Thread abort event
winstd::cert_context m_cert; ///< Server certificate
module &m_module; ///< Module
winstd::win_handle<NULL> m_thread; ///< Thread
winstd::win_handle<NULL> m_abort; ///< Thread abort event
winstd::cert_context m_cert; ///< Server certificate
};
std::list<crl_checker> m_crl_checkers; ///< List of certificate revocation check threads