mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-09-17 22:00:27 +00:00
6 lines
269 B
Go
6 lines
269 B
Go
// Package schannel wraps the Windows Schannel security provider (SSPI) for
|
|
// client-side TLS. The public API is implemented on Windows only; on other
|
|
// platforms the package is empty and intended for transitive imports from
|
|
// build-tagged callers.
|
|
package schannel
|