summaryrefslogtreecommitdiff
path: root/src/pkg/crypto/sha1/sha1.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/crypto/sha1/sha1.go')
-rw-r--r--src/pkg/crypto/sha1/sha1.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pkg/crypto/sha1/sha1.go b/src/pkg/crypto/sha1/sha1.go
index a4cccd7a3..fd553895c 100644
--- a/src/pkg/crypto/sha1/sha1.go
+++ b/src/pkg/crypto/sha1/sha1.go
@@ -52,8 +52,6 @@ func (d *digest) Size() int {
return Size;
}
-func _Block(dig *digest, p []byte) int
-
func (d *digest) Write(p []byte) (nn int, err os.Error) {
nn = len(p);
d.len += uint64(nn);