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
BIO_get_ex_new_index, BIO_set_ex_data, BIO_get_ex_data, BIO_set_app_data, BIO_get_app_data, UI_get_ex_new_index, UI_set_ex_data, UI_get_ex_data, X509_get_ex_new_index, X509_set_ex_data, X509_get_ex_data, EC_KEY_get_ex_new_index, EC_KEY_get_ex_data, EC_KEY_set_ex_data — application-specific dataSYNOPSIS
#include <openssl/bio.h>#include <openssl/ui.h>
#include <openssl/x509.h>
#include <openssl/ec.h>
TYPE_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func);
TYPE_set_ex_data(TYPE *d, int idx, void *arg);
TYPE_get_ex_data(TYPE *d, int idx);
TYPE_set_app_data(TYPE *d, void *arg);
TYPE_get_app_data(TYPE *d);