1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

Please check-names.sh

Signed-off-by: Hanno Becker <hanno.becker@arm.com>
This commit is contained in:
Hanno Becker
2020-09-08 11:33:48 +01:00
parent 1588983ef0
commit a3a5a4e1f9
2 changed files with 25 additions and 24 deletions

View File

@ -28,7 +28,7 @@
#include <stdint.h>
#include <string.h>
#define LABEL( name, string ) \
#define MBEDTLS_SSL_TLS1_3_LABEL( name, string ) \
.name = string,
struct mbedtls_ssl_tls1_3_labels_struct const mbedtls_ssl_tls1_3_labels =
@ -38,7 +38,7 @@ struct mbedtls_ssl_tls1_3_labels_struct const mbedtls_ssl_tls1_3_labels =
MBEDTLS_SSL_TLS1_3_LABEL_LIST
};
#undef LABEL
#undef MBEDTLS_SSL_TLS1_3_LABEL
/*
* This function creates a HkdfLabel structure used in the TLS 1.3 key schedule.