BIO_indent

Write up to max spaces of indentation to a BIO.

Synopsis

Declared in <openssl/bio.h>

int
BIO_indent(
    BIO* b,
    int indent,
    int max);

Return Value

1 on success, or 0 on write failure.

Parameters

NameDescription
bDestination BIO.
indentDesired indentation depth in spaces.
maxMaximum spaces actually written (clamps indent).