mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
Use uniform naming for TLS 1.3 label fields
Signed-off-by: Hanno Becker <hanno.becker@arm.com>
This commit is contained in:
@ -35,7 +35,7 @@ struct mbedtls_ssl_tls1_3_labels_struct const mbedtls_ssl_tls1_3_labels =
|
||||
.finished = "finished",
|
||||
.resumption = "resumption",
|
||||
.traffic_upd = "traffic upd",
|
||||
.export = "exporter",
|
||||
.exporter = "exporter",
|
||||
.key = "key",
|
||||
.iv = "iv",
|
||||
.sn = "sn",
|
||||
|
Reference in New Issue
Block a user