예제 #1
0
파일: engines.go 프로젝트: postfix/go-ssl
func GetFirst() *ENGINE {
	return newEngine(C.ENGINE_get_first())
}
예제 #2
0
파일: engine.go 프로젝트: vbatts/gossl
func NewFirst() *Engine {
	return New(C.ENGINE_get_first())
}