mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 03:07:29 +02:00
SRP test: use proper SRP hash type for g++
This commit is contained in:
@ -17186,7 +17186,7 @@ static int generate_random_salt(byte *buf, word32 size)
|
|||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int srp_test_digest(int dgstType)
|
static int srp_test_digest(SrpType dgstType)
|
||||||
{
|
{
|
||||||
int r;
|
int r;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user