Hex‐dump len bytes at s to a stdio FILE.

Synopsis

Declared in <openssl/bio.h>

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

Return Value

1 on success, or 0 on error.

Parameters

Name

Description

fp

Output FILE.

s

Bytes to dump.

len

Number of bytes at s.

Created with MrDocs