Merge pull request #4315 from SparkiDev/g++_fix_3

SRP test: use proper SRP hash type for g++
This commit is contained in:
John Safranek 2021-08-19 08:56:43 -07:00 committed by GitHub
commit 16ad5cf3c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;