• M
    Attempt to log an error if init failed · 302f7588
    Matt Caswell 提交于
    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: NRich Salz <rsalz@openssl.org>
    302f7588
ssl.h 118.4 KB