mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 02:37:28 +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;
|
||||
}
|
||||
|
||||
static int srp_test_digest(int dgstType)
|
||||
static int srp_test_digest(SrpType dgstType)
|
||||
{
|
||||
int r;
|
||||
|
||||
|
Reference in New Issue
Block a user