source: code/trunk/vendor/github.com/lib/pq/ssl_windows.go@ 822

Last change on this file since 822 was 822, checked in by yakumo.izuru, 22 months ago

Prefer immortal.run over runit and rc.d, use vendored modules
for convenience.

Signed-off-by: Izuru Yakumo <yakumo.izuru@…>

File size: 286 bytes
Line 
1//go:build windows
2// +build windows
3
4package pq
5
6// sslKeyPermissions checks the permissions on user-supplied ssl key files.
7// The key file should have very little access.
8//
9// libpq does not check key file permissions on Windows.
10func sslKeyPermissions(string) error { return nil }
Note: See TracBrowser for help on using the repository browser.