We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c12aa6b commit a9471d1Copy full SHA for a9471d1
1 file changed
examples/run_examples.sh
@@ -685,7 +685,7 @@ fi
685
686
# Seal/Unseal (PCR-only Policy)
687
echo -e "Seal/Unseal (PCR-only policy)"
688
-if [ $NO_FILESYSTEM -eq 0 ]; then
+if [ $WOLFCRYPT_ENABLE -eq 1 ] && [ $NO_FILESYSTEM -eq 0 ]; then
689
# Reset PCR 16 and extend with known value
690
./examples/pcr/reset 16 >> $TPMPWD/run.out 2>&1
691
RESULT=$?
@@ -761,7 +761,7 @@ fi
761
762
# NV Seal (PCR Policy)
763
echo -e "NV Seal (PCR policy)"
764
765
766
767
0 commit comments