• M
    Check libssl function returns · 4bcdb4a6
    Matt Caswell 提交于
    Mark most functions returning a result defined in any libssl header file
    with __owur to warn if they are used without checking the return value.
    Use -DUNUSED_RETURN compiler flag with gcc to activate these warnings.
    Some functions returning a result are skipped if it is common and valid to
    use these functions without checking the return value.
    Reviewed-by: NRichard Levitte <levitte@openssl.org>
    4bcdb4a6
ssl_locl.h 94.0 KB