aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cryptography/hazmat/backends/interfaces.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cryptography/hazmat/backends/interfaces.py b/cryptography/hazmat/backends/interfaces.py
index 9539d839..4137b534 100644
--- a/cryptography/hazmat/backends/interfaces.py
+++ b/cryptography/hazmat/backends/interfaces.py
@@ -153,7 +153,7 @@ class CMACBackend(object):
"""
@abc.abstractmethod
- def create_cmac_ctx(self, key, algorithm):
+ def create_cmac_ctx(self, algorithm):
"""
Create a CMACContext for calculating a message authentication code.
"""