Return the private key component of a DSA object without duplicating it (deprecated).
Synopsis
Declared in <openssl/dsa.h>
|
Warning
|
Deprecated. Use of this entity is allowed but discouraged. |
Return Value
Internal BIGNUM pointer for the private key, or NULL if unset; do not free.
Parameters
Name |
Description |
d |
DSA key to query. |
Created with MrDocs