ERR_put_error

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void ERR_put_error(int lib, int func, int reason, const(char)* file, int line)
  2. auto ERR_put_error(int lib, int func, int reason, const(char)* file, int line)
    extern (C) nothrow
    static if(!(OPENSSL_VERSION_BEFORE(3, 0, 0)))
    ERR_put_error
    ()
    (
    int lib
    ,
    int func
    ,
    int reason
    ,
    const(char)* file
    ,
    int line
    )

Meta