aboutsummaryrefslogtreecommitdiff
path: root/uuid.c
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2020-09-06 17:31:04 -0400
committerRob Austein <sra@hactrn.net>2020-09-06 17:31:04 -0400
commit68f2f6f9c908d4f51036505b50ab42436e720143 (patch)
tree6e7bae5c07461d676ba958ffb2b45db2024863cf /uuid.c
parentfe62a7a3bfa0829c367433659d4bdf2a2b004d77 (diff)
Kludge cryptech_backup into working with Python 3.8
PyCrypto is past EOL and we really should move on, but not this close to a release. Working around the deprecated time.clock function is sick but appears to be harmless given the way that function is used in PyCrypto's internal RNG. Would be better just to use os.urandom() but that would be a much larger change. In theory, PyCryptodome is a drop-in replacement for PyCrypto which would solve this problem for us. Unfortunately, it's much less of a drop-in than its documentation suggests, even before one gets into Debian and pip disagreeing on what its name should be. Maybe someday, but not today.
Diffstat (limited to 'uuid.c')
0 files changed, 0 insertions, 0 deletions