Skip to content

Commit 737d2a4

Browse files
committed
Support passing otp_file to picotool encrypt
1 parent 5d43e53 commit 737d2a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ function(picotool_postprocess_binary TARGET)
569569
--quiet --hash --sign
570570
${picotool_encrypt_args}
571571
$<TARGET_FILE:${TARGET}> $<TARGET_FILE:${TARGET}>
572-
${picotool_aesfile} ${picotool_enc_sigfile}
572+
${picotool_aesfile} ${picotool_enc_sigfile} ${otp_file}
573573
COMMAND_EXPAND_LISTS
574574
VERBATIM)
575575
if (ARGC EQUAL 2)

0 commit comments

Comments
 (0)