mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-09 02:50:50 +02:00
Correct assignment to ssl->options.tls1_3
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user