Exemple #1
0
func GetLast() *ENGINE {
	return newEngine(C.ENGINE_get_last())
}
Exemple #2
0
func NewLast() *Engine {
	return New(C.ENGINE_get_last())
}