diff options
| author | Laurens Van Houtven <_@lvh.cc> | 2014-06-23 10:47:28 +0200 |
|---|---|---|
| committer | Laurens Van Houtven <_@lvh.cc> | 2014-06-23 10:47:28 +0200 |
| commit | b184ab4a6e83180a0697375c0a47612469fd4216 (patch) | |
| tree | 78a707f667caf23bd8d924136f8d50766d1d8265 /cryptography | |
| parent | 6f92af7c4fd5744e4ea8ac041374e1ee6d0c7f08 (diff) | |
| download | cryptography-b184ab4a6e83180a0697375c0a47612469fd4216.tar.gz cryptography-b184ab4a6e83180a0697375c0a47612469fd4216.tar.bz2 cryptography-b184ab4a6e83180a0697375c0a47612469fd4216.zip | |
Fix common_cryptor.py comment style
Diffstat (limited to 'cryptography')
| -rw-r--r-- | cryptography/hazmat/bindings/commoncrypto/common_cryptor.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cryptography/hazmat/bindings/commoncrypto/common_cryptor.py b/cryptography/hazmat/bindings/commoncrypto/common_cryptor.py index 9bd03a7c..713bc566 100644 --- a/cryptography/hazmat/bindings/commoncrypto/common_cryptor.py +++ b/cryptography/hazmat/bindings/commoncrypto/common_cryptor.py @@ -101,7 +101,7 @@ MACROS = """ """ CUSTOMIZATIONS = """ -// Not defined in the public header +/* Not defined in the public header */ enum { kCCModeGCM = 11 }; |
