Skip to content

Commit c7cb10c

Browse files
committed
Support passing otp_file to picotool encrypt
1 parent 9856a08 commit c7cb10c

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
@@ -597,7 +597,7 @@ function(picotool_postprocess_binary TARGET)
597597
--quiet --hash --sign
598598
${picotool_encrypt_args}
599599
$<TARGET_FILE:${TARGET}> $<TARGET_FILE:${TARGET}>
600-
${picotool_aesfile} ${picotool_enc_sigfile}
600+
${picotool_aesfile} ${picotool_enc_sigfile} ${otp_file}
601601
COMMAND_EXPAND_LISTS
602602
VERBATIM)
603603
if (ARGC EQUAL 2)

0 commit comments

Comments
 (0)