This website works better with JavaScript.
Home
Explore
Help
Sign In
kris
/
th5
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Add accessor to useEMS flag
master
Henry Case
5 years ago
parent
9fe6933c1f
commit
54bbc0bf29
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
conn.go
+ 4
- 0
conn.go
View File
@@ -1729,3 +1729,7 @@ func (c *Conn) VerifyHostname(host string) error {
}
return c.peerCertificates[0].VerifyHostname(host)
}
func (con *Conn) UsedEMS() bool {
return con.useEMS
}
Write
Preview
Loading…
Cancel
Save