mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-26 19:15:45 +01:00
Fix typo in ssl_internal.h
Signed-off-by: Hanno Becker <hanno.becker@arm.com>
This commit is contained in:
parent
a3a5a4e1f9
commit
9a7a2ac2de
@ -392,7 +392,7 @@ typedef int mbedtls_ssl_tls_prf_cb( const unsigned char *secret, size_t slen,
|
|||||||
*
|
*
|
||||||
* Since the current definitions of MBEDTLS_MAX_{KEY|BLOCK|IV}_LENGTH
|
* Since the current definitions of MBEDTLS_MAX_{KEY|BLOCK|IV}_LENGTH
|
||||||
* in cipher.h are rough overapproximations of the real maxima, here
|
* in cipher.h are rough overapproximations of the real maxima, here
|
||||||
* we content ourselves with defining replicating those overapproximations
|
* we content ourselves with replicating those overapproximations
|
||||||
* for the maximum block and IV length, and excluding XTS from the
|
* for the maximum block and IV length, and excluding XTS from the
|
||||||
* computation of the maximum key length. */
|
* computation of the maximum key length. */
|
||||||
#define MBEDTLS_SSL_MAX_BLOCK_LENGTH 16
|
#define MBEDTLS_SSL_MAX_BLOCK_LENGTH 16
|
||||||
|
Loading…
Reference in New Issue
Block a user