Print DH parameters to a FILE in human‐readable form (deprecated).

Synopsis

Declared in <openssl/dh.h>

[[deprecated]]
int
DHparams_print_fp(
    FILE* fp,
    DH const* x);
Warning

Deprecated. Use of this entity is allowed but discouraged.

Return Value

1 on success, or 0 on error.

Parameters

Name

Description

fp

Output FILE.

x

DH object whose parameters are printed.

Created with MrDocs