aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurens Van Houtven <_@lvh.cc>2014-06-23 10:41:56 +0200
committerLaurens Van Houtven <_@lvh.cc>2014-06-23 10:41:56 +0200
commit443c7acebbce99f795623a7cef87f577718b5678 (patch)
tree8c7f40c5ef660cff9238c36d0d4c95a672736cff
parent7aa6243a762cada6d06f24841351cfaecd23bfaf (diff)
downloadcryptography-443c7acebbce99f795623a7cef87f577718b5678.tar.gz
cryptography-443c7acebbce99f795623a7cef87f577718b5678.tar.bz2
cryptography-443c7acebbce99f795623a7cef87f577718b5678.zip
Fix aes.py comment style
-rw-r--r--cryptography/hazmat/bindings/openssl/aes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cryptography/hazmat/bindings/openssl/aes.py b/cryptography/hazmat/bindings/openssl/aes.py
index 58ef0cf1..e4071523 100644
--- a/cryptography/hazmat/bindings/openssl/aes.py
+++ b/cryptography/hazmat/bindings/openssl/aes.py
@@ -49,7 +49,7 @@ void AES_ctr128_encrypt(const unsigned char *, unsigned char *,
"""
CUSTOMIZATIONS = """
-// OpenSSL 0.9.8h+
+/* OpenSSL 0.9.8h+ */
#if OPENSSL_VERSION_NUMBER >= 0x0090808fL
static const long Cryptography_HAS_AES_WRAP = 1;
#else