Retrieve application data previously stored on a DSA object (deprecated).
Synopsis
Declared in <openssl/dsa.h>
[[deprecated]]
void*
DSA_get_ex_data(
DSA const* d,
int idx);
|
Warning
|
Deprecated. Use of this entity is allowed but discouraged. |
Return Value
Stored pointer, or NULL if unset.
Parameters
Name |
Description |
d |
DSA object to query. |
idx |
Index obtained from DSA_get_ex_new_index(). |
Created with MrDocs