summaryrefslogtreecommitdiff
path: root/src/OpenSSL/rand.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/OpenSSL/rand.py')
-rw-r--r--src/OpenSSL/rand.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/OpenSSL/rand.py b/src/OpenSSL/rand.py
index cce1327..a22f9e5 100644
--- a/src/OpenSSL/rand.py
+++ b/src/OpenSSL/rand.py
@@ -107,7 +107,7 @@ def status():
"""
Check whether the PRNG has been seeded with enough data.
- :return: :obj:`True` if the PRNG is seeded enough, :obj:`False` otherwise.
+ :return: 1 if the PRNG is seeded enough, 0 otherwise.
"""
return _lib.RAND_status()