mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-03 04:34:41 +02:00
Jenkins fixes
This commit is contained in:
@@ -3225,6 +3225,23 @@ void InitSuites(Suites* suites, ProtocolVersion pv, int keySz, word16 haveRSA,
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
(void)tls; /* shut up compiler */
|
||||||
|
(void)tls1_2;
|
||||||
|
(void)dtls;
|
||||||
|
(void)haveDH;
|
||||||
|
(void)havePSK;
|
||||||
|
(void)haveStaticRSA;
|
||||||
|
(void)haveStaticECC;
|
||||||
|
(void)haveECC;
|
||||||
|
(void)haveECDSAsig;
|
||||||
|
(void)side;
|
||||||
|
(void)haveRSA; /* some builds won't read */
|
||||||
|
(void)haveRSAsig; /* non ecc builds won't read */
|
||||||
|
(void)haveAnon; /* anon ciphers optional */
|
||||||
|
(void)haveNull;
|
||||||
|
(void)haveFalconSig;
|
||||||
|
(void)haveDilithiumSig;
|
||||||
|
|
||||||
if (suites == NULL) {
|
if (suites == NULL) {
|
||||||
WOLFSSL_MSG("InitSuites pointer error");
|
WOLFSSL_MSG("InitSuites pointer error");
|
||||||
return;
|
return;
|
||||||
|
@@ -40496,7 +40496,8 @@ static int test_wolfSSL_curves_mismatch_ctx_ready(WOLFSSL_CTX* ctx)
|
|||||||
"TLS13-CHACHA20-POLY1305-SHA256:TLS13-AES128-GCM-SHA256:"
|
"TLS13-CHACHA20-POLY1305-SHA256:TLS13-AES128-GCM-SHA256:"
|
||||||
"ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:"
|
"ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:"
|
||||||
"ECDHE-ECDSA-AES128-GCM-SHA256:"
|
"ECDHE-ECDSA-AES128-GCM-SHA256:"
|
||||||
"ECDHE-RSA-AES128-GCM-SHA256");
|
"ECDHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-CHACHA20-POLY1305:"
|
||||||
|
"ECDHE-ECDSA-CHACHA20-POLY1305");
|
||||||
|
|
||||||
counter++;
|
counter++;
|
||||||
return EXPECT_RESULT();
|
return EXPECT_RESULT();
|
||||||
|
Reference in New Issue
Block a user