aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/sha1/sha1block_386.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/sha1/sha1block_386.s')
-rw-r--r--src/crypto/sha1/sha1block_386.s2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/crypto/sha1/sha1block_386.s b/src/crypto/sha1/sha1block_386.s
index 34d023d424..33d3f1e997 100644
--- a/src/crypto/sha1/sha1block_386.s
+++ b/src/crypto/sha1/sha1block_386.s
@@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
+//go:build !purego
+
#include "textflag.h"
// SHA-1 block routine. See sha1block.go for Go equivalent.