예제 #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))
}