aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/backends
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-02-13 12:49:27 -0500
committerAlex Gaynor <alex.gaynor@gmail.com>2015-02-13 12:49:27 -0500
commit0f696fab0e012bca0b69f2c933c679f5ecbe80ad (patch)
tree96d5ed3979e735548b0e3ec6a59f5017d820526b /tests/hazmat/backends
parent723cc3f2ed921c01168ea8f35ca7e94f2cc0a44b (diff)
parent2636e4abd54140a26cf8f0793d1be16d9458e032 (diff)
downloadcryptography-0f696fab0e012bca0b69f2c933c679f5ecbe80ad.tar.gz
cryptography-0f696fab0e012bca0b69f2c933c679f5ecbe80ad.tar.bz2
cryptography-0f696fab0e012bca0b69f2c933c679f5ecbe80ad.zip
Merge pull request #1658 from reaperhulk/move-hash-interfaces
Move hash interfaces
Diffstat (limited to 'tests/hazmat/backends')
-rw-r--r--tests/hazmat/backends/test_openssl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/hazmat/backends/test_openssl.py b/tests/hazmat/backends/test_openssl.py
index 5b5c7bd7..97d58085 100644
--- a/tests/hazmat/backends/test_openssl.py
+++ b/tests/hazmat/backends/test_openssl.py
@@ -49,7 +49,7 @@ class DummyPadding(object):
name = "dummy-cipher"
-@utils.register_interface(interfaces.HashAlgorithm)
+@utils.register_interface(hashes.HashAlgorithm)
class DummyHash(object):
name = "dummy-hash"
block_size = None