Skip to content

Commit

Permalink
fix comment issue
Browse files Browse the repository at this point in the history
The end miss MBEDTLS_ZERO_RTT

Signed-off-by: Jerry Yu <[email protected]>
  • Loading branch information
yuhaoth committed Dec 14, 2022
1 parent 5c95697 commit db6f600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/ssl_tls13_client.c
Original file line number Diff line number Diff line change
Expand Up @@ -2280,7 +2280,7 @@ int ssl_tls13_write_early_data_process( mbedtls_ssl_context *ssl )
mbedtls_writer *msg;
unsigned char *buf;
mbedtls_mps_size_t buf_len, msg_len;
#endif /* MBEDTLS_SSL_USE_MPS */
#endif /* MBEDTLS_SSL_USE_MPS && MBEDTLS_ZERO_RTT */
MBEDTLS_SSL_DEBUG_MSG( 2, ( "=> write early data" ) );

MBEDTLS_SSL_PROC_CHK_NEG( ssl_tls13_write_early_data_coordinate( ssl ) );
Expand Down

0 comments on commit db6f600

Please sign in to comment.