Skip to content

Commit ab48f05

Browse files
committed
Fixed build error
1 parent 9afe8a5 commit ab48f05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/update_flash.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,8 +303,8 @@ static int RAMFUNCTION wolfBoot_copy_sector(struct wolfBoot_image *src,
303303
pos += FLASHBUFFER_SIZE;
304304
}
305305
ret = pos;
306-
out:
307306
#ifdef EXT_ENCRYPTED
307+
out:
308308
ForceZero(key, sizeof(key));
309309
ForceZero(nonce, sizeof(nonce));
310310
#endif

0 commit comments

Comments
 (0)