SRP test: use proper SRP hash type for g++

This commit is contained in:
Sean Parkinson
2021-08-19 11:40:43 +10:00
parent 63fde01e32
commit 17a569d4dd

View File

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