Commit 9ad05cd9 authored by Bert Belder's avatar Bert Belder
Browse files

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: https://github.com/iojs/io.js/pull/124


Reviewed-By: default avatarBen Noordhuis <info@bnoordhuis.nl>
parent eac86725
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment