commit | 0437e8d0c85f0cf365026fac03cb32576492d406 | [log] [tgz] |
---|---|---|
author | Paul Kehrer <paul.l.kehrer@gmail.com> | Wed Jan 22 18:09:15 2014 -0600 |
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | Wed Jan 22 18:09:15 2014 -0600 |
tree | e498d70eb9ee6a98e28897513145a6f72ab4225b | |
parent | f839016c0b1e5f08c7606c4a90a9fbabc439c1e7 [diff] |
comma for flair
diff --git a/cryptography/hazmat/backends/commoncrypto/backend.py b/cryptography/hazmat/backends/commoncrypto/backend.py index ee2e000..7193f1d 100644 --- a/cryptography/hazmat/backends/commoncrypto/backend.py +++ b/cryptography/hazmat/backends/commoncrypto/backend.py
@@ -148,7 +148,7 @@ (CFB, self._lib.kCCModeCFB), (OFB, self._lib.kCCModeOFB), (CTR, self._lib.kCCModeCTR), - (GCM, self._lib.kCCModeGCM) + (GCM, self._lib.kCCModeGCM), ]: self._register_cipher_adapter( AES,