Prints out the ec parameters on human readable form.
Declared in <openssl/ec.h>
[[deprecated]]
int
ECParameters_print_fp(
FILE* fp,
EC_KEY const* key);
Deprecated. Use of this entity is allowed but discouraged.
1 on success and 0 if an error occurred
| Name | Description |
|---|---|
| fp | file descriptor to which the information is printed |
| key | EC_KEY object |