Bump WinStd

Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
Simon Rozman 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

@ -1 +1 @@
Subproject commit 51a82c242fe35b6cc1444cb6c61e8004704c13c8
Subproject commit 1ba18f48c637d9baf8c5b74ed0a0b06c7a04f7b0