[#DSA_get_ex_data] = DSA_get_ex_data :mrdocs: Retrieve application data previously stored on a DSA object (deprecated). == Synopsis Declared in `<openssl/dsa.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[deprecated]] void* DSA_get_ex_data( xref:DSA.adoc[DSA] const* d, int idx); ---- [WARNING] ==== https://en.cppreference.com/cpp/language/attributes/deprecated[Deprecated^]. Use of this entity is allowed but discouraged. ==== == Return Value Stored pointer, or NULL if unset. == Parameters [cols="1,4"] |=== | Name| Description | *d* | DSA object to query. | *idx* | Index obtained from DSA_get_ex_new_index(). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#