ECParameters_print_fp

Prints out the ec parameters on human readable form.

extern (C) nothrow @nogc
int
ECParameters_print_fp
(
libressl_d.compat.stdio.FILE* fp
,
const(.EC_KEY)* key
)

Parameters

fp libressl_d.compat.stdio.FILE*

file descriptor to which the information is printed

key const(.EC_KEY)*

EC_KEY object

Return Value

Type: int

1 on success and 0 if an error occurred

Meta