BIO_dump_indent_fp

Hex-dump len bytes at s to a stdio FILE with leading indent.

Synopsis

Declared in <openssl/bio.h>

int
BIO_dump_indent_fp(
    FILE* fp,
    void const* s,
    int len,
    int indent);

Return Value

1 on success, or 0 on error.

Parameters

NameDescription
fpOutput FILE.
sBytes to dump.
lenNumber of bytes at s.
indentNumber of spaces to prefix each dump line.