mirror of https://github.com/wolfSSL/wolfssl.git
Merge pull request #4315 from SparkiDev/g++_fix_3
SRP test: use proper SRP hash type for g++pull/4317/head
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…
Reference in New Issue