summaryrefslogtreecommitdiff
path: root/src/pkg/crypto/md5/md5block_decl.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/crypto/md5/md5block_decl.go')
-rw-r--r--src/pkg/crypto/md5/md5block_decl.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/pkg/crypto/md5/md5block_decl.go b/src/pkg/crypto/md5/md5block_decl.go
index 14190c6ff..c4d6aaaf0 100644
--- a/src/pkg/crypto/md5/md5block_decl.go
+++ b/src/pkg/crypto/md5/md5block_decl.go
@@ -2,8 +2,10 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-// +build amd64 386
+// +build amd64 386 arm
package md5
+//go:noescape
+
func block(dig *digest, p []byte)