diff options
-rw-r--r-- | cryptography/hazmat/backends/openssl/urand_engine.py | 2 |
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) { |