X-Git-Url: https://wagner.pp.ru/gitweb/?a=blobdiff_plain;f=ctypescrypto%2Fbio.py;h=a33310572cdc54213a70c10881044e0bce0c6fc9;hb=911a7fb801bfd74cb50b08fa77ae5c50d1890d8d;hp=f8150f72cebc25db4b8604a33c88f6a1c64f727d;hpb=39458a66c05b88ba2c08164d238691a59e2708c8;p=oss%2Fctypescrypto.git diff --git a/ctypescrypto/bio.py b/ctypescrypto/bio.py index f8150f7..a333105 100644 --- a/ctypescrypto/bio.py +++ b/ctypescrypto/bio.py @@ -1,3 +1,6 @@ +""" +Interface to OpenSSL BIO library +""" from ctypescrypto import libcrypto from ctypes import c_char_p, c_void_p, c_int, string_at, c_long,POINTER,byref, create_string_buffer class Membio: