Comments pointing the way towards substituting cryptography for pycrypto

pull/12075/head
Toshio Kuratomi 9 years ago
parent 560e1633dc
commit 6e107d2f22

@ -27,6 +27,8 @@ import sys
import time
import traceback
# TODO: not needed if we use the cryptography library with its default RNG
# engine
HAS_ATFORK=True
try:
from Crypto.Random import atfork

@ -27,6 +27,8 @@ import sys
import time
import traceback
# TODO: not needed if we use the cryptography library with its default RNG
# engine
HAS_ATFORK=True
try:
from Crypto.Random import atfork

Loading…
Cancel
Save