aboutsummaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorDmitri Shuralyov <dmitshur@golang.org>2020-12-17 15:17:14 -0500
committerDmitri Shuralyov <dmitshur@golang.org>2020-12-17 20:25:45 +0000
commit8fcf318123e15abf6ce35e33831bdb64a4e071ff (patch)
tree8c1b4d386a5aca033250cb5a4eb5c9ac1867701b /api
parent520f3b72db7befab2028d9a47376267cf2d274a9 (diff)
downloadgo-8fcf318123e15abf6ce35e33831bdb64a4e071ff.tar.gz
go-8fcf318123e15abf6ce35e33831bdb64a4e071ff.zip
api/go1.16: remove crypto/tls APIs that are moved to Go 1.17
CL 269697 was created before CL 276454 and submitted after, so the api/go1.16.txt file needs to be updated accordingly to fix the build. Updates #32406. Change-Id: I6bf79cc981be504e0baefa82982814aaee4434dc Reviewed-on: https://go-review.googlesource.com/c/go/+/278992 Trust: Dmitri Shuralyov <dmitshur@golang.org> Trust: Katie Hockman <katie@golang.org> Reviewed-by: Katie Hockman <katie@golang.org>
Diffstat (limited to 'api')
-rw-r--r--api/go1.16.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/api/go1.16.txt b/api/go1.16.txt
index 2e04b3ba0a..16d9cb891b 100644
--- a/api/go1.16.txt
+++ b/api/go1.16.txt
@@ -1,8 +1,5 @@
pkg archive/zip, method (*ReadCloser) Open(string) (fs.File, error)
pkg archive/zip, method (*Reader) Open(string) (fs.File, error)
-pkg crypto/tls, method (*CertificateRequestInfo) Context() context.Context
-pkg crypto/tls, method (*ClientHelloInfo) Context() context.Context
-pkg crypto/tls, method (*Conn) HandshakeContext(context.Context) error
pkg crypto/x509, method (SystemRootsError) Unwrap() error
pkg crypto/x509, type CertificateRequest struct, BasicConstraintsValid bool
pkg crypto/x509, type CertificateRequest struct, ExtKeyUsage []ExtKeyUsage