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