summaryrefslogtreecommitdiff
path: root/src/OpenSSL/__init__.py
diff options
context:
space:
mode:
authorHynek Schlawack <hs@ox.cx>2015-10-20 18:34:13 +0200
committerHynek Schlawack <hs@ox.cx>2015-10-20 21:14:48 +0200
commit80d005f68754f268da419540a593db83286f3d0c (patch)
treea2be0539075cfe3a3dfd580d78cfe756a196da68 /src/OpenSSL/__init__.py
parentd283a6454a9d3929edd1b17e4e02663a6947b5d1 (diff)
downloadpyopenssl-80d005f68754f268da419540a593db83286f3d0c.tar.gz
Replace the only EGD call by urandom
Also harmonize documentation. #boyScout
Diffstat (limited to 'src/OpenSSL/__init__.py')
-rw-r--r--src/OpenSSL/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/OpenSSL/__init__.py b/src/OpenSSL/__init__.py
index 3c80e54..b827e3c 100644
--- a/src/OpenSSL/__init__.py
+++ b/src/OpenSSL/__init__.py
@@ -13,7 +13,7 @@ from OpenSSL.version import (
__all__ = [
- "SSL", "crypto", "rand", "tsafe",
+ "SSL", "crypto", "rand",
"__author__", "__copyright__", "__email__", "__license__", "__summary__",
"__title__", "__uri__", "__version__",