Exemplo n.º 1
0
func (self *ENGINE) flags() int {
	return int(C.ENGINE_get_flags(self.engine))
}
Exemplo n.º 2
0
func (e *Engine) Flags() int {
	return int(C.ENGINE_get_flags(e.eng))
}