fix jenkins failure

This commit is contained in:
Hideki Miyazaki 2021-07-31 18:26:07 +09:00
parent 447705a2cb
commit b27b4768ae
No known key found for this signature in database
GPG Key ID: 7EB19ED9B9D5AC28

View File

@ -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;