Print a human-readable representation of a DSA key to a FILE (deprecated).
Declared in <openssl/dsa.h>
[[deprecated]]
int
DSA_print_fp(
FILE* bp,
DSA const* x,
int off);
Deprecated. Use of this entity is allowed but discouraged.
1 on success, or 0 on failure.
| Name | Description |
|---|---|
| bp | Output FILE stream. |
| x | DSA key (parameters and/or key pair) to print. |
| off | Indentation width in spaces. |