From: Dmitri Shuralyov Date: Tue, 5 Apr 2022 02:49:34 +0000 (-0400) Subject: api: add x509.CertPool.Equal to next/46057.txt X-Git-Tag: go1.19beta1~764 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=eec47d06c1bb7ae6156c3910bfec8a0b5244d157;p=gostls13.git api: add x509.CertPool.Equal to next/46057.txt 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 Run-TryBot: Dmitri Shuralyov TryBot-Result: Gopher Robot Reviewed-by: Roland Shoemaker --- diff --git a/api/next/46057.txt b/api/next/46057.txt new file mode 100644 index 0000000000..d971aa7ffd --- /dev/null +++ b/api/next/46057.txt @@ -0,0 +1 @@ +pkg crypto/x509, method (*CertPool) Equal(*CertPool) bool #46057