#include <openssl/engine.h>#include <openssl/x509_vfy.h>#include <string.h>#include <openssl/hmac.h>#include "openssl_missing.h"Go to the source code of this file.
Functions | |
| int | X509_STORE_set_ex_data (X509_STORE *str, int idx, void *data) |
| void * | X509_STORE_get_ex_data (X509_STORE *str, int idx) |
| void* X509_STORE_get_ex_data | ( | X509_STORE * | str, | |
| int | idx | |||
| ) |
Definition at line 46 of file openssl_missing.c.
Referenced by ossl_verify_cb().
| int X509_STORE_set_ex_data | ( | X509_STORE * | str, | |
| int | idx, | |||
| void * | data | |||
| ) |
Definition at line 39 of file openssl_missing.c.
Referenced by ossl_x509store_set_vfy_cb().
1.6.1