Skip to content

Commit

Permalink
test: newer gpg versions support sha3
Browse files Browse the repository at this point in the history
  • Loading branch information
fdopen committed May 9, 2017
1 parent e2e4926 commit aa25aed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/extrun.ml
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,10 @@ module Gpg = struct
["--no-tty";"--batch";"--print-md";"sha256"],sha256;
["--no-tty";"--batch";"--print-md";"sha384"],sha384;
["--no-tty";"--batch";"--print-md";"sha512"],sha512;
["--no-tty";"--batch";"--print-md";"sha3-224"],sha3_224;
["--no-tty";"--batch";"--print-md";"sha3-256"],sha3_256;
["--no-tty";"--batch";"--print-md";"sha3-384"],sha3_384;
["--no-tty";"--batch";"--print-md";"sha3-512"],sha3_512;
]
end

Expand Down

0 comments on commit aa25aed

Please sign in to comment.