Merge github.com/syncthing/usage-reporting into main repo

This commit is contained in:
Jakob Borg
2018-09-09 14:20:49 +02:00
41 changed files with 9647 additions and 0 deletions

9
vendor/github.com/lib/pq/ssl_windows.go generated vendored Normal file
View File

@@ -0,0 +1,9 @@
// +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 }