Commit 7d37818d authored by Matt Caswell's avatar Matt Caswell
Browse files

Use strerror_r()/strerror_s() instead of strerror() where possible



The function strerror() is not thread safe. We should use strerror_r()
where possible, or strerror_s() on Windows.

RT#2267

Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
parent a93e0e78
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