Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
crypto: store thread id as pointer-sized value
uv_thread_t is a HANDLE (void pointer) on Windows, which means that on 64-bit windows it cannot be stored with CRYPTO_THREADID_set_numeric without potential data loss. PR-URL: #124 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
- Loading branch information