mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-07 06:45:34 +00:00
Reduce the size of used constant in ssl_tls.c
Signed-off-by: Andrzej Kurek <andrzej.kurek@arm.com>
This commit is contained in:
parent
a793237998
commit
f7df0d37ab
|
@ -56,7 +56,7 @@
|
||||||
#include "mbedtls/oid.h"
|
#include "mbedtls/oid.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define PROPER_HS_FRAGMENT 0x75555555
|
#define PROPER_HS_FRAGMENT 0x75
|
||||||
|
|
||||||
#if defined(MBEDTLS_SSL_TRANSFORM_OPTIMIZE_CIPHERS)
|
#if defined(MBEDTLS_SSL_TRANSFORM_OPTIMIZE_CIPHERS)
|
||||||
static int mbedtls_ssl_switch_key( mbedtls_ssl_transform *transform,
|
static int mbedtls_ssl_switch_key( mbedtls_ssl_transform *transform,
|
||||||
|
|
Loading…
Reference in a new issue