mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-03 16:46:55 +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"
|
||||
#endif
|
||||
|
||||
#define PROPER_HS_FRAGMENT 0x75555555
|
||||
#define PROPER_HS_FRAGMENT 0x75
|
||||
|
||||
#if defined(MBEDTLS_SSL_TRANSFORM_OPTIMIZE_CIPHERS)
|
||||
static int mbedtls_ssl_switch_key( mbedtls_ssl_transform *transform,
|
||||
|
|
Loading…
Reference in a new issue