X-Git-Url: http://www.wagner.pp.ru/gitweb/?a=blobdiff_plain;f=ctypescrypto%2Foid.py;h=7d4fc21439206c0d196239755f6a2874ea9c9a4c;hb=72a7754bfee5206288d9211b740dae7b2ca9618b;hp=976cd3f8e5b7cf07cc6ab86e93e1400d4acac52d;hpb=95a6e6a2c24635d189b408b3cc4dc739e1fe7641;p=oss%2Fctypescrypto.git diff --git a/ctypescrypto/oid.py b/ctypescrypto/oid.py index 976cd3f..7d4fc21 100644 --- a/ctypescrypto/oid.py +++ b/ctypescrypto/oid.py @@ -9,6 +9,9 @@ """ from ctypescrypto import libcrypto from ctypes import c_char_p, c_void_p, c_int, create_string_buffer + +__all__ = ['Oid','create','cleanup'] + class Oid: """ Represents an OID. It can be consturucted by textual