X-Git-Url: http://wagner.pp.ru/gitweb/?a=blobdiff_plain;f=ctypescrypto%2F__init__.py;fp=ctypescrypto%2F__init__.py;h=196318843a5cd2b1b82901c6aff18a6b855368d9;hb=954b6dc9e3312f8d8b49f20f8466e6d2a8342f35;hp=7ae712565d643d6ac7621652cdc061e9976ba754;hpb=3ddc0864d900227434283bfc5956e0c4342a6b01;p=oss%2Fctypescrypto.git diff --git a/ctypescrypto/__init__.py b/ctypescrypto/__init__.py index 7ae7125..1963188 100644 --- a/ctypescrypto/__init__.py +++ b/ctypescrypto/__init__.py @@ -1,5 +1,5 @@ """ - Interface to some libcrypto functions + Interface to some libcrypto functions """ @@ -7,11 +7,11 @@ from ctypes import CDLL,c_char_p def config(filename=None): - """ - Loads OpenSSL Config file. If none are specified, loads default - (compiled in) one - """ - libcrypto.OPENSSL_config(filename) + """ + Loads OpenSSL Config file. If none are specified, loads default + (compiled in) one + """ + libcrypto.OPENSSL_config(filename) __all__ = ['config']