コード例 #1
0
ファイル: engines.go プロジェクト: postfix/go-ssl
func (self *ENGINE) add() int {
	return int(C.ENGINE_add(self.engine))
}
コード例 #2
0
ファイル: engine.go プロジェクト: vbatts/gossl
func (e *Engine) Add() int {
	return int(C.ENGINE_add(e.eng))
}