Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 555c3a7d authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Write signature size even when it's empty"

parents 8ef44309 3d5ae80f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -178,6 +178,7 @@ class FSVerityMetadataGenerator:
          out.write(sig)
      else:
        out.write(pack('<I', SIG_TYPE_NONE))
        out.write(pack('<I', 0))

      # 4. merkle tree
      with open(merkletree_file, 'rb') as f: