[#DSAparams_print] = DSAparams_print :mrdocs: Print DSA domain parameters (p, q, g) to a BIO in human‐readable form (deprecated). == Synopsis Declared in `<openssl/dsa.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[deprecated]] int DSAparams_print( xref:BIO.adoc[BIO]* bp, xref:DSA.adoc[DSA] const* x); ---- [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* | BIO that receives the textual dump. | *x* | DSA object whose parameters are printed. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#