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
DH_get_ex_new_index, DH_set_ex_data, DH_get_ex_data — add application specific data to DH structuresSYNOPSIS
#include <openssl/dh.h>DH_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func);
DH_set_ex_data(DH *d, int idx, void *arg);
DH_get_ex_data(DH *d, int idx);