From ebb67836f9dfec6016a1fb7922872cb0c1c0d4bc Mon Sep 17 00:00:00 2001
From: David Crawshaw
Date: Thu, 16 Jul 2015 15:30:47 -0400
Subject: [PATCH] doc: document ios build tag for crypto/x509
Change-Id: I6e6d38ae347b4f5a33dff609b89785a038bc384c
Reviewed-on: https://go-review.googlesource.com/12304
Reviewed-by: Andrew Gerrand
---
doc/go1.5.html | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/doc/go1.5.html b/doc/go1.5.html
index 7d0e6e357f..87dbfde33b 100644
--- a/doc/go1.5.html
+++ b/doc/go1.5.html
@@ -242,6 +242,11 @@ On NaCl, Go 1.5 requires SDK version pepper-39 or above because it now uses the
get_random_bytes
system call.
+
+On Darwin, the use of the system X.509 certificate interface can be disabled
+with the ios
build tag.
+
+
Translating
--
2.50.0