Commit 6e107d2f by Toshio Kuratomi

Comments pointing the way towards substituting cryptography for pycrypto

parent 560e1633
...@@ -27,6 +27,8 @@ import sys ...@@ -27,6 +27,8 @@ import sys
import time import time
import traceback import traceback
# TODO: not needed if we use the cryptography library with its default RNG
# engine
HAS_ATFORK=True HAS_ATFORK=True
try: try:
from Crypto.Random import atfork from Crypto.Random import atfork
......
...@@ -27,6 +27,8 @@ import sys ...@@ -27,6 +27,8 @@ import sys
import time import time
import traceback import traceback
# TODO: not needed if we use the cryptography library with its default RNG
# engine
HAS_ATFORK=True HAS_ATFORK=True
try: try:
from Crypto.Random import atfork from Crypto.Random import atfork
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment