]> Cypherpunks repositories - gostls13.git/commitdiff
crypto/sha512: avoid duplicate block declaration on 386
authorJoel Sing <jsing@google.com>
Tue, 7 Jan 2014 12:50:31 +0000 (23:50 +1100)
committerJoel Sing <jsing@google.com>
Tue, 7 Jan 2014 12:50:31 +0000 (23:50 +1100)
Unbreak the build - we do not have a sha512 block implementation in
386 assembly (yet).

R=golang-codereviews, dave
CC=golang-codereviews
https://golang.org/cl/48520043

src/pkg/crypto/sha512/sha512block_decl.go

index 229e46ba64161358a0ea687f72d33dedf662a2bb..bef99de2e46148f85ce7f3b24c74a7f91ee72666 100644 (file)
@@ -2,7 +2,7 @@
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-// +build 386 amd64
+// +build amd64
 
 package sha512