Exemplo n.º 1
0
 def __del__(self):
     """
     Frees up attributes
     """
     _ssl.RSA_free(self.key)
     for x in self.bn_list:
         _free_bn(x)
Exemplo n.º 2
0
 def __del__(self):
     """
     Frees up attributes
     """
     for x in self._free:
         _free_bn(x)