Example #1
0
func (self *ENGINE) remove() int {
	return int(C.ENGINE_remove(self.engine))
}
Example #2
0
func (e *Engine) Remove() int {
	return int(C.ENGINE_remove(e.eng))
}