Merge pull request #4315 from SparkiDev/g++_fix_3
SRP test: use proper SRP hash type for g++
This commit is contained in:
commit
16ad5cf3c5
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user