Skip to content
Snippets Groups Projects
Commit 8774a8fb authored by Jan Včelák's avatar Jan Včelák :rocket:
Browse files

thread-safe crypto: cast thread identifiers to pointers

Use pointer-based thread identifiers instead of number-based ones. This
should resolve compilation warnings on BSD systems.

Linux uses integers as thread identifiers, BSD based systems use pointers.

ref #157
parent 341680b0
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment