Skip to content

Commit d70041c

Browse files
billphippsCopilot
andauthored
Update comment typo src/wh_server_crypto.c
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f1a19cb commit d70041c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/wh_server_crypto.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -453,8 +453,7 @@ int wh_Server_CacheImportCurve25519Key(whServerContext* server,
453453
whNvmMetadata* cacheMeta;
454454
int ret;
455455

456-
/* CURVE2219_MAX_KEY_TO_DER_SZ should be 82 */
457-
uint8_t der_buf[CURVE25519_MAX_KEY_TO_DER_SZ];
456+
/* CURVE25519_MAX_KEY_TO_DER_SZ should be 82 */
458457
uint16_t keySz = sizeof(der_buf);
459458

460459

0 commit comments

Comments
 (0)