mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-09-21 01:27:24 +00:00
Reduce the size of used constant in ssl_tls.c
Signed-off-by: Andrzej Kurek <[email protected]>
This commit is contained in:
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user