def get_error(self):
     # type: () -> int
     """
     Get error code.
     """
     return m2.x509_store_ctx_get_error(self.ctx)
Beispiel #2
0
 def get_error(self):
     # type: () -> int
     """
     Get error code.
     """
     return m2.x509_store_ctx_get_error(self.ctx)
Beispiel #3
0
 def get_error(self):
     """
     Get error code.
     """
     return m2.x509_store_ctx_get_error(self.ctx)
Beispiel #4
0
 def get_error(self):
     """
     Get error code.
     """
     return m2.x509_store_ctx_get_error(self.ctx)