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
Please register or sign in to comment