Skip to content

Commit ace5f86

Browse files
committed
fix build fail
1 parent e43805e commit ace5f86

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

library/ssl_tls13_client.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4024,10 +4024,7 @@ int mbedtls_ssl_handshake_client_step_tls1_3( mbedtls_ssl_context *ssl )
40244024
ret = MBEDTLS_ERR_SSL_RECEIVED_NEW_SESSION_TICKET;
40254025
break;
40264026
#endif /* MBEDTLS_SSL_NEW_SESSION_TICKET */
4027-
<<<<<<< HEAD
4028-
=======
40294027

4030-
>>>>>>> fix build and test fail without ticket and cookie
40314028
/*
40324029
* Injection of dummy-CCS's for middlebox compatibility
40334030
*/

tests/suites/test_suite_ssl.function

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1518,7 +1518,6 @@ static int ssl_populate_session_tls12( mbedtls_ssl_session *session,
15181518
}
15191519
#endif /* MBEDTLS_SSL_NEW_SESSION_TICKET */
15201520

1521-
#endif /* MBEDTLS_SSL_NEW_SESSION_TICKET */
15221521
/*
15231522
* Perform data exchanging between \p ssl_1 and \p ssl_2 and check if the
15241523
* message was sent in the correct number of fragments.

0 commit comments

Comments
 (0)