ERR_put_error

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. void 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))
    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)

Meta