File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27079,7 +27079,7 @@ static wc_test_ret_t ecc_test_custom_curves(WC_RNG* rng)
2707927079 #define ecc_oid_sm2p256v1_sz CODED_SM2P256V1_SZ
2708027080 #endif /* WOLFSSL_SM2 */
2708127081 #define ECC_SM2P256V1_TEST 102
27082- static int test_sm2_verify_caseA2()
27082+ static int test_sm2_verify_caseA2(void )
2708327083{
2708427084 ecc_key key;
2708527085 int ret, res;
@@ -27163,7 +27163,7 @@ static int test_sm2_verify_caseA2()
2716327163}
2716427164#endif /* WOLFSSL_PUBLIC_MP && WOLFSSL_CUSTOM_CURVES */
2716527165
27166- static int test_sm2_verify_case()
27166+ static int test_sm2_verify_case(void )
2716727167{
2716827168 ecc_key key;
2716927169 int ret, res;
@@ -27527,7 +27527,7 @@ static int ecc_sm2_test_curve(WC_RNG* rng, int testVerifyCount)
2752727527}
2752827528#endif /* HAVE_ECC_VERIFY */
2752927529
27530- static int test_sm2_create_digest()
27530+ static int test_sm2_create_digest(void )
2753127531{
2753227532 const byte msg[] = "message to sign";
2753327533 const byte id[] = "0123456789";
@@ -27581,7 +27581,7 @@ static int test_sm2_create_digest()
2758127581 return ret;
2758227582}
2758327583
27584- static int test_sm2_verify()
27584+ static int test_sm2_verify(void )
2758527585{
2758627586 int ret = 0;
2758727587
You can’t perform that action at this time.
0 commit comments