]> Cypherpunks.ru repositories - gostls13.git/commitdiff
api/go1.16: remove crypto/tls APIs that are moved to Go 1.17
authorDmitri Shuralyov <dmitshur@golang.org>
Thu, 17 Dec 2020 20:17:14 +0000 (15:17 -0500)
committerDmitri Shuralyov <dmitshur@golang.org>
Thu, 17 Dec 2020 20:25:45 +0000 (20:25 +0000)
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>
api/go1.16.txt

index 2e04b3ba0a6d811e4de0effc4a2b4bed079b79a3..16d9cb891b90a48771cb84dc70f864cda5bf5c20 100644 (file)
@@ -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