mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-29 18:27:29 +02:00
fix jenkins failure
This commit is contained in:
@ -3970,7 +3970,7 @@ int wolfSSL_EVP_MD_type(const WOLFSSL_EVP_MD *md)
|
||||
*/
|
||||
static void md_do_all_func(const WOLFSSL_OBJ_NAME* nm, void* arg)
|
||||
{
|
||||
struct do_all_md *md = arg;
|
||||
struct do_all_md *md = (struct do_all_md*)arg;
|
||||
|
||||
const char* alias = NULL;
|
||||
const struct s_ent *ent;
|
||||
|
Reference in New Issue
Block a user