From 80d005f68754f268da419540a593db83286f3d0c Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Tue, 20 Oct 2015 18:34:13 +0200 Subject: Replace the only EGD call by urandom Also harmonize documentation. #boyScout --- src/OpenSSL/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/OpenSSL/__init__.py') 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__", -- cgit v1.2.1