Skip to content

Commit

Permalink
Revert "crypto: cast uv_thread_t to unsigned long"
Browse files Browse the repository at this point in the history
This reverts commit 0308ad2.
  • Loading branch information
orangemocha committed Nov 28, 2014
1 parent 0308ad2 commit cb8cadb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node_crypto.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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());
}


Expand Down

0 comments on commit cb8cadb

Please sign in to comment.