summaryrefslogtreecommitdiff
path: root/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/go.mongodb.org/mongo-driver/mongo/options/clientoptions_1_10.go
blob: 97c0045d624b6efb3d5bf8b0f5a5176307aaf1ad (plain)
1
2
3
4
5
6
7
8
9
// +build go1.10

package options

import "crypto/x509"

func x509CertSubject(cert *x509.Certificate) string {
	return cert.Subject.String()
}