From 8fcf318123e15abf6ce35e33831bdb64a4e071ff Mon Sep 17 00:00:00 2001 From: Dmitri Shuralyov Date: Thu, 17 Dec 2020 15:17:14 -0500 Subject: 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 Trust: Katie Hockman Reviewed-by: Katie Hockman --- api/go1.16.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'api') 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 -- cgit v1.2.3-54-g00ecf