Skip to content

Commit

Permalink
fix build miss
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Apr 15, 2018
1 parent fb1fe19 commit 4df513a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/ecdsa.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 73,7 @@ func (s *SigningECDSA) Verify(data, sign string, key interface{}) error { // Ret
func (s *SigningECDSA) Sign(data string, key interface{}) (string, error) { // Returns encoded signature or error

if ecdsaKey, ok := key.(*ecdsa.PrivateKey); ok && ecdsaKey != nil {
util.Debug(("ecdsaKey", ecdsaKey)
util.Debug("ecdsaKey", ecdsaKey)
if !s.Hash.Available() {
return "", ErrorHashUnavailable
}
Expand Down

0 comments on commit 4df513a

Please sign in to comment.