• M
    Resolve swallowed returns codes · 17dd65e6
    Matt Caswell 提交于
    The recent updates to libssl to enforce stricter return code checking, left
    a small number of instances behind where return codes were being swallowed
    (typically because the function they were being called from was declared as
    void). This commit fixes those instances to handle the return codes more
    appropriately.
    Reviewed-by: NRichard Levitte <levitte@openssl.org>
    17dd65e6
t1_lib.c 136.3 KB