예제 #1
0
파일: Engine.py 프로젝트: return42/m2crypto
 def finish(self):
     # type: () -> int
     """Release a functional and structural reference to the engine."""
     return m2.engine_finish(self._ptr)
예제 #2
0
파일: Engine.py 프로젝트: rodrigc/m2crypto
 def finish(self):
     """Release a functional and structural reference to the engine."""
     return m2.engine_finish(self._ptr)