openmedialibrary_platform/Linux_x86_64/lib/python3.4/site-packages/OpenSSL/__init__.py

13 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__']