X-Git-Url: https://wagner.pp.ru/gitweb/?a=blobdiff_plain;f=ctypescrypto%2F__init__.py;h=7ae712565d643d6ac7621652cdc061e9976ba754;hb=ff669c32aa77c9ebfb9c5371b2c8a9d41de614f8;hp=ebf8c41a7750e6c9dd3a2bc31976c4df65270489;hpb=ca6a5055ad8a9ea82e9f42aff3c906903d5e6df7;p=oss%2Fctypescrypto.git diff --git a/ctypescrypto/__init__.py b/ctypescrypto/__init__.py index ebf8c41..7ae7125 100644 --- a/ctypescrypto/__init__.py +++ b/ctypescrypto/__init__.py @@ -13,7 +13,7 @@ def config(filename=None): """ libcrypto.OPENSSL_config(filename) -__all__ = ['bio','cipher','cms','config','digest','ec','engine','exception','oid','pbkdf2','pkey','rand','x509'] +__all__ = ['config'] libcrypto = CDLL("libcrypto.so.1.0.0") libcrypto.OPENSSL_config.argtypes=(c_char_p,)