Files
wolfssl/src
Daniel Pouzzner ca87a99646 src/ssl.c and src/x509.c: use the customary function pointers (WOLFSSL_CRYPTO_EX_*()), not void *, in the arg lists of wolfSSL_CTX_get_ex_new_index() and wolfSSL_X509_get_ex_new_index(), to avoid "ISO C forbids passing argument ... between function pointer and ‘void *’";
move typedefs for WOLFSSL_CRYPTO_EX_*() from wolfssl/openssl/compat_types.h to wolfssl/wolfcrypt/types.h, grouped with the other EX_DATA-related typedefs, as they are needed whenever defined(HAVE_EX_DATA) regardless of openssl compatness;

properly gate wolfSSL_CTX_get_ex_new_index() and wolfSSL_X509_get_ex_new_index() prototypes on defined(HAVE_EX_DATA).
2023-02-14 19:28:40 -06:00
..
2023-02-14 08:54:25 -08:00
2022-12-30 17:12:11 -07:00
2023-02-10 10:42:38 -08:00
2022-12-30 17:12:11 -07:00
2023-02-10 10:42:38 -08:00
2023-02-14 09:38:28 -08:00
2022-12-30 17:12:11 -07:00
2022-12-30 17:12:11 -07:00
2023-02-14 09:38:28 -08:00
2022-12-30 17:12:11 -07:00
2022-12-30 17:12:11 -07:00
2022-12-30 17:12:11 -07:00
2023-02-14 09:38:28 -08:00
2023-02-02 14:51:12 -08:00
2022-12-30 17:12:11 -07:00