aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2020-04-26 18:19:57 -0400
committerGitHub <noreply@github.com>2020-04-26 17:19:57 -0500
commit7dcd284c6e586aa0658016902be7eb612dacb7cb (patch)
tree99c265d34d6a66a211a78a16c79903cdbb8114a6 /setup.py
parent12e85b59165da0c05270e8db84941b18291220db (diff)
downloadcryptography-7dcd284c6e586aa0658016902be7eb612dacb7cb.tar.gz
cryptography-7dcd284c6e586aa0658016902be7eb612dacb7cb.tar.bz2
cryptography-7dcd284c6e586aa0658016902be7eb612dacb7cb.zip
Remove dead constant time code (#5239)
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index a5bbfa1e..e82464aa 100644
--- a/setup.py
+++ b/setup.py
@@ -148,7 +148,6 @@ def keywords_with_side_effects(argv):
else:
cffi_modules = [
"src/_cffi_src/build_openssl.py:ffi",
- "src/_cffi_src/build_constant_time.py:ffi",
"src/_cffi_src/build_padding.py:ffi",
]