X-Git-Url: http://wagner.pp.ru/gitweb/?a=blobdiff_plain;f=ctypescrypto%2Fexception.py;h=43ba6a0b5a8858402f5fc0902d5b596bb54f1bdb;hb=ca6a5055ad8a9ea82e9f42aff3c906903d5e6df7;hp=c4710eca32742a817bfb1204a0d7550bcce8d433;hpb=b4ee51a0aca14c0af5853545b9e524cc1b57b656;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