Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
blacktop committed Apr 11, 2020
1 parent 9fd70c9 commit 85de91a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/codesign.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ var csHashTypeStrings = []intName{
{uint32(CS_HASHTYPE_SHA1), "Sha1"},
{uint32(CS_HASHTYPE_SHA256), "Sha256"},
{uint32(CS_HASHTYPE_SHA256_TRUNCATED), "Sha256 (Truncated)"},
{uint32(CS_HASHTYPE_SHA384), "å"},
{uint32(CS_HASHTYPE_SHA384), "Sha384"},
{uint32(CS_HASHTYPE_SHA512), "Sha512"},
}

Expand Down

0 comments on commit 85de91a

Please sign in to comment.