summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2017-05-31 05:03:27 -0400
committerHynek Schlawack <hs@ox.cx>2017-05-31 11:03:27 +0200
commit3ed6273b8f1a64e26ae6e52e21870fe5f1951066 (patch)
tree47a9172f486ae00f30cc0019385fa0d095e0e868 /doc
parent0d2aec53b165cd32e66dce647f3642a4eb4bc4bc (diff)
downloadpyopenssl-3ed6273b8f1a64e26ae6e52e21870fe5f1951066.tar.gz
Drop the deprecated rand.egd function (#630)
* Drop the deprecated rand.egd function * Removed egd tests * Removed egd docs * Document the removal * unused imports * Update CHANGELOG.rst
Diffstat (limited to 'doc')
-rw-r--r--doc/api/rand.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/api/rand.rst b/doc/api/rand.rst
index 83aec1e..47460a8 100644
--- a/doc/api/rand.rst
+++ b/doc/api/rand.rst
@@ -20,8 +20,6 @@ This module handles the OpenSSL pseudo random number generator (PRNG) and declar
.. autofunction:: cleanup
-.. autofunction:: egd(path[, bytes])
-
.. autofunction:: load_file(filename[, bytes])
.. autofunction:: seed