openmedialibrary_platform_w.../Lib/site-packages/OpenSSL/__init__.py
2016-01-31 20:14:46 +05:30

12 lines
263 B
Python

# Copyright (C) AB Strakt
# See LICENSE for details.
"""
pyOpenSSL - A simple wrapper around the OpenSSL library
"""
from OpenSSL import rand, crypto, SSL
from OpenSSL.version import __version__
__all__ = [
'rand', 'crypto', 'SSL', 'tsafe', '__version__']