RSA_print_fp

Print RSA key components to a FILE with indentation (deprecated).

Synopsis

Declared in <openssl/rsa.h>

[[deprecated]]
int
RSA_print_fp(
    FILE* fp,
    RSA const* r,
    int offset);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Return Value

1 on success, or 0 on failure.

Parameters

NameDescription
fpOutput stream.
rRSA key to print.
offsetIndentation in spaces.