Skip to content

Commit

Permalink
fix build fail
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhaoth committed Sep 4, 2021
1 parent e43805e commit ace5f86
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions library/ssl_tls13_client.c
Original file line number Diff line number Diff line change
Expand Up @@ -4024,10 +4024,7 @@ int mbedtls_ssl_handshake_client_step_tls1_3( mbedtls_ssl_context *ssl )
ret = MBEDTLS_ERR_SSL_RECEIVED_NEW_SESSION_TICKET;
break;
#endif /* MBEDTLS_SSL_NEW_SESSION_TICKET */
<<<<<<< HEAD
=======

>>>>>>> fix build and test fail without ticket and cookie
/*
* Injection of dummy-CCS's for middlebox compatibility
*/
Expand Down
1 change: 0 additions & 1 deletion tests/suites/test_suite_ssl.function
Original file line number Diff line number Diff line change
Expand Up @@ -1518,7 +1518,6 @@ static int ssl_populate_session_tls12( mbedtls_ssl_session *session,
}
#endif /* MBEDTLS_SSL_NEW_SESSION_TICKET */

#endif /* MBEDTLS_SSL_NEW_SESSION_TICKET */
/*
* Perform data exchanging between \p ssl_1 and \p ssl_2 and check if the
* message was sent in the correct number of fragments.
Expand Down

0 comments on commit ace5f86

Please sign in to comment.