]> Cypherpunks repositories - gostls13.git/commitdiff
crypto/x509: remove ios build tag restriction
authorRoland Shoemaker <roland@golang.org>
Mon, 8 Nov 2021 16:05:24 +0000 (08:05 -0800)
committerRoland Shoemaker <roland@golang.org>
Mon, 8 Nov 2021 17:46:34 +0000 (17:46 +0000)
Fixes #49435

Change-Id: I77ce12f447e727e7dc3b23de947357c27a268bd2
Reviewed-on: https://go-review.googlesource.com/c/go/+/362294
Trust: Roland Shoemaker <roland@golang.org>
Run-TryBot: Roland Shoemaker <roland@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
src/crypto/x509/internal/macos/corefoundation.go
src/crypto/x509/internal/macos/corefoundation.s
src/crypto/x509/internal/macos/security.go
src/crypto/x509/internal/macos/security.s

index 07db5c7527a9e0d8a76e3d49bad08e7353bec830..cda1d95d8141f3aef9c7359feac77d06f3ce1c7c 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.
 
-//go:build darwin && !ios
+//go:build darwin
 
 // Package macOS provides cgo-less wrappers for Core Foundation and
 // Security.framework, similarly to how package syscall provides access to
index e60bd8712dbf1e5d777b9f674949d4c6c4f877d9..d69f72f795cd949504851c32a9b4be7599076f59 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.
 
-//go:build darwin && !ios
+//go:build darwin
 
 #include "textflag.h"
 
index 2805076ccdaeaae58de41a31a67f2a9498031d8b..661844a805c04f908cbcb4281a499f5455a051f2 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.
 
-//go:build darwin && !ios
+//go:build darwin
 
 package macOS
 
index 77406a0553a26ae915b6c20aebb71eddd375d97d..cdef63f9f98ba0917aaee944db2c946c1f60559e 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.
 
-//go:build darwin && !ios
+//go:build darwin
 
 #include "textflag.h"