Skip to content

Commit af1d2ac

Browse files
authored
Update src/wh_server_crypto.c. Fix squash error
1 parent d70041c commit af1d2ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/wh_server_crypto.c

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

456+
uint8_t der_buf[MAX_DER_SIZE];
456457
/* CURVE25519_MAX_KEY_TO_DER_SZ should be 82 */
457458
uint16_t keySz = sizeof(der_buf);
458459

0 commit comments

Comments
 (0)