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