ECParameters_print_fp

Prints out the ec parameters on human readable form. \param fp file descriptor to which the information is printed \param key EC_KEY object \return 1 on success and 0 if an error occurred

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

Meta