mirror of
https://github.com/golang/go
synced 2024-11-23 04:50:06 -07:00
doc: document ios build tag for crypto/x509
Change-Id: I6e6d38ae347b4f5a33dff609b89785a038bc384c Reviewed-on: https://go-review.googlesource.com/12304 Reviewed-by: Andrew Gerrand <adg@golang.org>
This commit is contained in:
parent
e33d6b3d4d
commit
ebb67836f9
@ -242,6 +242,11 @@ On NaCl, Go 1.5 requires SDK version pepper-39 or above because it now uses the
|
|||||||
<code>get_random_bytes</code> system call.
|
<code>get_random_bytes</code> system call.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
On Darwin, the use of the system X.509 certificate interface can be disabled
|
||||||
|
with the <code>ios</code> build tag.
|
||||||
|
</p>
|
||||||
|
|
||||||
<h2 id="tools">Tools</h2>
|
<h2 id="tools">Tools</h2>
|
||||||
|
|
||||||
<h3 id="translate">Translating</h3>
|
<h3 id="translate">Translating</h3>
|
||||||
|
Loading…
Reference in New Issue
Block a user