Fix compiler complaints when using Curve25519.
This commit is contained in:
parent
3c2aa60862
commit
cfc66dab47
@ -18153,8 +18153,8 @@ static int DoServerKeyExchange(WOLFSSL* ssl, const byte* input,
|
||||
|
||||
args->idx += length;
|
||||
ssl->peerEccKeyPresent = 1;
|
||||
break;
|
||||
#endif
|
||||
break;
|
||||
}
|
||||
#endif /* HAVE_ECC || HAVE_CURVE25519 */
|
||||
#if !defined(NO_DH) && !defined(NO_PSK)
|
||||
|
@ -21427,6 +21427,10 @@ static void test_CheckCertSignature(void)
|
||||
#endif
|
||||
#endif
|
||||
|
||||
(void)fp;
|
||||
(void)cert;
|
||||
(void)certSz;
|
||||
|
||||
wolfSSL_CertManagerFree(cm);
|
||||
#endif
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user