示例#1
0
文件: engines.go 项目: postfix/go-ssl
func (self *ENGINE) remove() int {
	return int(C.ENGINE_remove(self.engine))
}
示例#2
0
文件: engine.go 项目: vbatts/gossl
func (e *Engine) Remove() int {
	return int(C.ENGINE_remove(e.eng))
}