]> Cypherpunks repositories - gostls13.git/commitdiff
api: add x509.CertPool.Equal to next/46057.txt
authorDmitri Shuralyov <dmitshur@golang.org>
Tue, 5 Apr 2022 02:49:34 +0000 (22:49 -0400)
committerDmitri Shuralyov <dmitshur@golang.org>
Tue, 5 Apr 2022 03:54:36 +0000 (03:54 +0000)
CL 388915 added an exported API but was authored (and tested)
before the API check became stricter.

Updates #46057.

Change-Id: Iee6e4969ade77fb0539fa97fcef0047389fb2cf6
Reviewed-on: https://go-review.googlesource.com/c/go/+/398237
Trust: Dmitri Shuralyov <dmitshur@golang.org>
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Roland Shoemaker <roland@golang.org>
api/next/46057.txt [new file with mode: 0644]

diff --git a/api/next/46057.txt b/api/next/46057.txt
new file mode 100644 (file)
index 0000000..d971aa7
--- /dev/null
@@ -0,0 +1 @@
+pkg crypto/x509, method (*CertPool) Equal(*CertPool) bool #46057