X-Git-Url: https://wagner.pp.ru/gitweb/?a=blobdiff_plain;f=ctypescrypto%2Fexception.py;h=43ba6a0b5a8858402f5fc0902d5b596bb54f1bdb;hb=72a7754bfee5206288d9211b740dae7b2ca9618b;hp=c4710eca32742a817bfb1204a0d7550bcce8d433;hpb=95a6e6a2c24635d189b408b3cc4dc739e1fe7641;p=oss%2Fctypescrypto.git diff --git a/ctypescrypto/exception.py b/ctypescrypto/exception.py index c4710ec..43ba6a0 100644 --- a/ctypescrypto/exception.py +++ b/ctypescrypto/exception.py @@ -4,6 +4,9 @@ Exception which extracts libcrypto error information from ctypes import * from ctypescrypto import libcrypto strings_loaded=False + +__all__ = ['LibCryptoError','clear_err_stack'] + class LibCryptoError(Exception): """ Exception for libcrypto errors. Adds all the info, which can be