Write a DSA SubjectPublicKeyInfo to a FILE in PEM form (deprecated).
Declared in <openssl/pem.h>
[[deprecated]]
int
PEM_write_DSA_PUBKEY(
FILE* fp,
DSA const* x);
Deprecated. Use of this entity is allowed but discouraged.
1 on success, or 0 on failure.
| Name | Description |
|---|---|
| fp | FILE to write to. |
| x | DSA key to encode. |