Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.
NAME
BIO_dump, BIO_dump_indent, BIO_dump_fp, BIO_dump_indent_fp — hexadecimal printout of arbitrary byte arraysSYNOPSIS
#include <openssl/bio.h>BIO_dump(BIO *b, const char *s, int len);
BIO_dump_indent(BIO *b, const char *s, int len, int indent);
BIO_dump_fp(FILE *fp, const char *s, int len);
BIO_dump_indent_fp(FILE *fp, const char *s, int len, int indent);