[#DSA_print_fp] = DSA_print_fp :mrdocs: Print a human‐readable representation of a DSA key to a FILE (deprecated). == Synopsis Declared in `<openssl/dsa.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[deprecated]] int DSA_print_fp( FILE* bp, xref:DSA.adoc[DSA] const* x, int off); ---- [WARNING] ==== https://en.cppreference.com/cpp/language/attributes/deprecated[Deprecated^]. Use of this entity is allowed but discouraged. ==== == Return Value 1 on success, or 0 on failure. == Parameters [cols="1,4"] |=== | Name| Description | *bp* | Output FILE stream. | *x* | DSA key (parameters and/or key pair) to print. | *off* | Indentation width in spaces. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#