コード例 #1
0
ファイル: engines.go プロジェクト: postfix/go-ssl
func GetLast() *ENGINE {
	return newEngine(C.ENGINE_get_last())
}
コード例 #2
0
ファイル: engine.go プロジェクト: vbatts/gossl
func NewLast() *Engine {
	return New(C.ENGINE_get_last())
}