Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.
NAME
DSA_get_ex_new_index, DSA_set_ex_data, DSA_get_ex_data — add application specific data to DSA structuresSYNOPSIS
#include <openssl/dsa.h>DSA_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func);
DSA_set_ex_data(DSA *d, int idx, void *arg);
DSA_get_ex_data(DSA *d, int idx);