From 17a569d4dd84a7265eac1f216f8ce1c667a5f810 Mon Sep 17 00:00:00 2001 From: Sean Parkinson Date: Thu, 19 Aug 2021 11:40:43 +1000 Subject: [PATCH] SRP test: use proper SRP hash type for g++ --- wolfcrypt/test/test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wolfcrypt/test/test.c b/wolfcrypt/test/test.c index a3da72026..21ffb4bda 100644 --- a/wolfcrypt/test/test.c +++ b/wolfcrypt/test/test.c @@ -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;