Release 4.0.0

This commit is contained in:
George Wang 2023-03-14 16:23:18 -04:00
parent fbde61944b
commit 3586b1e691
1 changed files with 1 additions and 1 deletions

View File

@ -705,7 +705,7 @@ tokgen_generate_token (struct token_generator *tokgen,
unsigned char label[ LABEL_PREFIX_SZ + sizeof(crypter->nonce_counter) ];
char in_str[(MAX_RETRY_TOKEN_LEN - RETRY_NONCE_LEN
- RETRY_TAG_LEN) * 2 + 1],
ad_str[ad_len * 2 + 1],
ad_str[MAX_CID_LEN * 2 + 1],
token_str[MAX_RETRY_TOKEN_LEN * 2 + 1];
if (bufsz < MAX_RETRY_TOKEN_LEN)