Revert "crypto: cast uv_thread_t to unsigned long"
This reverts commit 0308ad2ce53f73368f265d5e7ee4c0e9f07600a6.
This commit is contained in:
parent
0308ad2ce5
commit
cb8cadbe62
@ -151,7 +151,7 @@ template int SSLWrap<TLSCallbacks>::TLSExtStatusCallback(SSL* s, void* arg);
|
||||
|
||||
|
||||
static void crypto_threadid_cb(CRYPTO_THREADID* tid) {
|
||||
CRYPTO_THREADID_set_numeric(tid, (unsigned long) uv_thread_self());
|
||||
CRYPTO_THREADID_set_numeric(tid, uv_thread_self());
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user