Fix lint errors

This commit is contained in:
世界
2026-05-14 22:53:22 +08:00
parent 4b55717612
commit 2c2e08e608
38 changed files with 284 additions and 333 deletions
+5 -5
View File
@@ -109,12 +109,12 @@ type schCredentials struct {
}
type tlsParameters struct {
cAlpnIds uint32
rgstrAlpnIds uintptr
_ uint32 // cAlpnIds
_ uintptr // rgstrAlpnIds
grbitDisabledProtocols uint32
cDisabledCrypto uint32
pDisabledCrypto uintptr
dwFlags uint32
_ uint32 // cDisabledCrypto
_ uintptr // pDisabledCrypto
_ uint32 // dwFlags
}
type secPkgContextStreamSizes struct {