Return the DSA_METHOD currently bound to d (deprecated).
Synopsis
Declared in <openssl/dsa.h>
[[deprecated]]
DSA_METHOD const*
DSA_get_method(DSA* d);
|
Warning
|
Deprecated. Use of this entity is allowed but discouraged. |
Return Value
Pointer to the method implementation, or NULL if unset.
Parameters
Name |
Description |
d |
DSA key whose method table is queried. |
Created with MrDocs