X-Git-Url: http://wagner.pp.ru/gitweb/?a=blobdiff_plain;f=ctypescrypto%2Fbio.py;fp=ctypescrypto%2Fbio.py;h=a33310572cdc54213a70c10881044e0bce0c6fc9;hb=b4ee51a0aca14c0af5853545b9e524cc1b57b656;hp=f8150f72cebc25db4b8604a33c88f6a1c64f727d;hpb=bda9492c89eb38a1aec85220294f6d637ad68724;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: