whitespace

This commit is contained in:
Anthony Hu
2026-07-08 15:51:19 -04:00
parent 8ef5536cae
commit 93722d0aab
+2 -2
View File
@@ -3630,8 +3630,8 @@ typedef struct ExternalTicket {
byte key_name[WOLFSSL_TICKET_NAME_SZ]; /* key context name - 16 */
byte iv[WOLFSSL_TICKET_IV_SZ]; /* this ticket's iv - 16 */
byte enc_len[OPAQUE16_LEN]; /* encrypted length - 2 */
byte enc_ticket[WC_FLEXIBLE_ARRAY_SIZE]; /* encrypted ticket - var length
* + total mac - 32 */
byte enc_ticket[WC_FLEXIBLE_ARRAY_SIZE]; /* encrypted ticket - var length
* + total mac - 32 */
} ExternalTicket;
/* Fixed portion of external ticket (key_name + iv + enc_len) */