Print DSA domain parameters to a FILE (deprecated).
Synopsis
Declared in <openssl/dsa.h>
[[deprecated]]
int
DSAparams_print_fp(
FILE* fp,
DSA const* x);
|
Warning
|
Deprecated. Use of this entity is allowed but discouraged. |
Return Value
1 on success, or 0 or a negative value on failure.
Parameters
Name |
Description |
fp |
Output FILE. |
x |
DSA object whose parameters are printed. |
Created with MrDocs