示例#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())
}