Correct assignment to ssl->options.tls1_3

This commit is contained in:
Ruby Martin
2026-06-24 14:24:59 -06:00
parent c50d4d2a52
commit c26f22e9f9
+1 -1
View File
@@ -1001,7 +1001,7 @@ int test_dtls13_epochs(void) {
ExpectNotNull(ctx = wolfSSL_CTX_new(wolfDTLSv1_3_client_method()));
ExpectNotNull(ssl = wolfSSL_new(ctx));
/* Some manual setup to enter the epoch check */
ExpectTrue(ssl->options.tls1_3 = 1);
if (ssl != NULL) ssl->options.tls1_3 = 1;
inOutIdx = 0;
if (ssl != NULL) ssl->keys.curEpoch64 = w64From32(0x0, 0x0);