[#ECPKParameters_print_fp] = ECPKParameters_print_fp :mrdocs: Print EC public‐key parameters from `x` to a FILE (deprecated). == Synopsis Declared in `<openssl/ec.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[deprecated]] int ECPKParameters_print_fp( FILE* fp, xref:EC_GROUP.adoc[EC_GROUP] 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 error. == Parameters [cols="1,4"] |=== | Name| Description | *fp* | Output stream. | *x* | Group whose parameters are printed. | *off* | Indentation width in spaces. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#