Return application data previously stored on a DH object (deprecated).
Synopsis
Declared in <openssl/dh.h>
[[deprecated]]
void*
DH_get_ex_data(
DH 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 |
DH object to query. |
idx |
Index obtained from DH_get_ex_new_index(). |
Created with MrDocs