Commit 302f7588 authored by Matt Caswell's avatar Matt Caswell
Browse files

Attempt to log an error if init failed



If init failed we'd like to set an error code to indicate that. But if
init failed then when the error system tries to load its strings its going
to fail again. We could get into an infinite loop. Therefore we just set
a single error the first time around. After that no error is set.

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent 0fc32b07
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