Browse Source

Add accessor to useEMS flag

master
Henry Case 5 years ago
parent
commit
54bbc0bf29
1 changed files with 4 additions and 0 deletions
  1. +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
}

Loading…
Cancel
Save