fix jenkins failure
This commit is contained in:
parent
b2b5d4e603
commit
2abf23cbc9
@ -46114,10 +46114,11 @@ static void list_md_fn(const EVP_MD* m, const char* from,
|
||||
AssertNotNull(m);
|
||||
AssertNull(to);
|
||||
}
|
||||
|
||||
AssertNotNull(from);
|
||||
mn = EVP_get_digestbyname(from);
|
||||
|
||||
#if !defined(NO_FILESYSTEM) && defined(DEBUG_WOLFSSL_VERBOSE)
|
||||
mn = EVP_get_digestbyname(from);
|
||||
/* print to stdout */
|
||||
AssertNotNull(arg);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user