Correctly formated my changes.

This commit is contained in:
Andrew Brampton 2014-10-08 09:25:03 -07:00
parent f13a5e0288
commit 948f122871

View File

@ -561,5 +561,5 @@ func (c *Conn) SetTlsExtHostName(name string) error {
}
func (c *Conn) VerifyResult() VerifyResult {
return VerifyResult( C.SSL_get_verify_result(c.ssl) );
return VerifyResult(C.SSL_get_verify_result(c.ssl))
}