Skip to content

Commit

Permalink
Change the order of signature processors. See eclipse#7
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohit Aggarwal committed Nov 17, 2019
1 parent f3addee commit 5c61d39
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -787,9 +787,9 @@ public void removeAllSignatureProcessors ()
public void addDefaultSignatureProcessors ()
{
addSignatureProcessor ( SignatureProcessors.size () );
addSignatureProcessor ( SignatureProcessors.md5 () );
addSignatureProcessor ( SignatureProcessors.sha256Header () );
addSignatureProcessor ( SignatureProcessors.sha1Header () );
addSignatureProcessor ( SignatureProcessors.md5 () );
addSignatureProcessor ( SignatureProcessors.payloadSize () );
}

Expand Down

0 comments on commit 5c61d39

Please sign in to comment.