Exemplo n.º 1
0
func GetLast() *ENGINE {
	return newEngine(C.ENGINE_get_last())
}
Exemplo n.º 2
0
func NewLast() *Engine {
	return New(C.ENGINE_get_last())
}