fix jenkins failure
This commit is contained in:
parent
447705a2cb
commit
b27b4768ae
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user