1
0
mirror of https://github.com/ManyakRus/starter.git synced 2025-11-29 23:38:14 +02:00
Files
starter/vendor/github.com/lib/pq/ssl_windows.go
Nikitin Aleksandr e41e809e0d new
2023-03-17 11:20:09 +03:00

11 lines
286 B
Go

//go:build windows
// +build windows
package pq
// sslKeyPermissions checks the permissions on user-supplied ssl key files.
// The key file should have very little access.
//
// libpq does not check key file permissions on Windows.
func sslKeyPermissions(string) error { return nil }