From eec47d06c1bb7ae6156c3910bfec8a0b5244d157 Mon Sep 17 00:00:00 2001 From: Dmitri Shuralyov Date: Mon, 4 Apr 2022 22:49:34 -0400 Subject: [PATCH] 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 --- api/next/46057.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 api/next/46057.txt 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 -- 2.50.0