[#ECParameters_print] = ECParameters_print :mrdocs: Prints out the ec parameters on human readable form. == Synopsis Declared in `<openssl/ec.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[deprecated]] int ECParameters_print( xref:BIO.adoc[BIO]* bp, xref:EC_KEY.adoc[EC_KEY] const* key); ---- [WARNING] ==== https://en.cppreference.com/cpp/language/attributes/deprecated[Deprecated^]. Use of this entity is allowed but discouraged. ==== == Return Value 1 on success and 0 if an error occurred == Parameters [cols="1,4"] |=== | Name| Description | *bp* | BIO object to which the information is printed | *key* | EC_KEY object |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#