Return the opaque application data pointer stored on a DH_METHOD (deprecated).
Synopsis
Declared in <openssl/dh.h>
[[deprecated]]
void*
DH_meth_get0_app_data(DH_METHOD const* dhm);
|
Warning
|
Deprecated. Use of this entity is allowed but discouraged. |
Return Value
Application data previously set with DH_meth_set0_app_data(), or NULL.
Parameters
Name |
Description |
dhm |
Method object to query. |
Created with MrDocs