mirror of
https://github.com/rclone/rclone.git
synced 2024-12-03 22:12:02 +01:00
a4f1f3d4e8
This fixes a regression in the rclone tests from the v1.0.6 upgrade of uplink. The failure was due to an improperly converted error resulting in the wrong type of error.
7 lines
103 B
Go
7 lines
103 B
Go
//+build !noasm,!appengine
|
|
|
|
package sha256
|
|
|
|
//go:noescape
|
|
func blockSha(h *[8]uint32, message []uint8)
|