diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2021-11-20 16:13:17 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-21 05:13:17 +0800 |
| commit | ccbcd464f0c87d86f82fce9fab59c2164fb98dac (patch) | |
| tree | 61b9c82ef5dda5f5eb60a035cebce7396249ab1a /src | |
| parent | cbc7861acb0a89a5e2125a6e2446deab37a913d4 (diff) | |
| download | cryptography-ccbcd464f0c87d86f82fce9fab59c2164fb98dac.tar.gz | |
Remove unused attributes (#6631)
Diffstat (limited to 'src')
| -rw-r--r-- | src/cryptography/hazmat/primitives/hashes.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cryptography/hazmat/primitives/hashes.py b/src/cryptography/hazmat/primitives/hashes.py index fee4e0eea..3362c2ab1 100644 --- a/src/cryptography/hazmat/primitives/hashes.py +++ b/src/cryptography/hazmat/primitives/hashes.py @@ -75,8 +75,6 @@ class Hash(HashContext): raise TypeError("Expected instance of hashes.HashAlgorithm.") self._algorithm = algorithm - self._backend = backend - if ctx is None: from cryptography.hazmat.backends.openssl.backend import ( backend as ossl, |
