Beispiel #1
0
func GetFirst() *ENGINE {
	return newEngine(C.ENGINE_get_first())
}
Beispiel #2
0
func NewFirst() *Engine {
	return New(C.ENGINE_get_first())
}