Skip to content

Commit

Permalink
remove duplicated declaration
Browse files Browse the repository at this point in the history
Signed-off-by: Jerry Yu <[email protected]>
  • Loading branch information
yuhaoth committed Dec 13, 2022
1 parent a6bef9c commit 85a9599
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions library/ssl_tls13_keys.h
Original file line number Diff line number Diff line change
Expand Up @@ -681,20 +681,6 @@ int mbedtls_ssl_tls13_key_schedule_stage_application( mbedtls_ssl_context *ssl )
int mbedtls_ssl_tls13_generate_early_data_keys(
mbedtls_ssl_context *ssl, mbedtls_ssl_key_set *traffic_keys );

/**
* \brief Compute TLS 1.3 handshake traffic keys.
*
* \param ssl The SSL context to operate on. This must be in
* key schedule stage \c Handshake, see
* mbedtls_ssl_tls13_key_schedule_stage_handshake().
* \param traffic_keys The address at which to store the handshake traffic key
* keys. This must be writable but may be uninitialized.
*
* \returns \c 0 on success.
* \returns A negative error code on failure.
*/
int mbedtls_ssl_tls13_generate_handshake_keys( mbedtls_ssl_context *ssl,
mbedtls_ssl_key_set *traffic_keys );

/**
* \brief Compute TLS 1.3 application traffic keys.
Expand Down

0 comments on commit 85a9599

Please sign in to comment.