aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2013-12-31 12:09:28 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2013-12-31 13:14:49 -0600
commit6dc48243725eccfcb59c622e4b8ef1e74f3b3f67 (patch)
tree19823f8f4b5e79772f761aab382e8fc831eb7ac6
parentefdcbd909a47c6d6660bf621f2a8c488fde06f88 (diff)
downloadcryptography-6dc48243725eccfcb59c622e4b8ef1e74f3b3f67.tar.gz
cryptography-6dc48243725eccfcb59c622e4b8ef1e74f3b3f67.tar.bz2
cryptography-6dc48243725eccfcb59c622e4b8ef1e74f3b3f67.zip
remove inaccurate comment
-rw-r--r--cryptography/hazmat/backends/openssl/urand_engine.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/cryptography/hazmat/backends/openssl/urand_engine.py b/cryptography/hazmat/backends/openssl/urand_engine.py
index 6cbdab41..ff5e5613 100644
--- a/cryptography/hazmat/backends/openssl/urand_engine.py
+++ b/cryptography/hazmat/backends/openssl/urand_engine.py
@@ -90,8 +90,6 @@ static int urandom_finish(ENGINE *e) {
#endif
#ifdef _WIN32
-/* This handle is never explicitly released. Instead, the operating
- system will release it when the process terminates. */
static HCRYPTPROV hCryptProv = 0;
static int urandom_init(ENGINE *e) {