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

Name

Description

b

Destination BIO.

indent

Desired indentation depth in spaces.

max

Maximum spaces actually written (clamps indent).

Created with MrDocs