aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cryptography/hazmat/bindings/openssl/aes.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cryptography/hazmat/bindings/openssl/aes.py b/cryptography/hazmat/bindings/openssl/aes.py
index dca9ffb3..fa8cbc7e 100644
--- a/cryptography/hazmat/bindings/openssl/aes.py
+++ b/cryptography/hazmat/bindings/openssl/aes.py
@@ -40,8 +40,8 @@ int AES_unwrap_key(AES_KEY *, const unsigned char *, unsigned char *,
const unsigned char *, unsigned int);
/* The ctr128_encrypt function is only useful in 0.9.8. You should use EVP for
- this in 1.0.0+. It is defined in macros because the function signature changed
- after 0.9.8 */
+ this in 1.0.0+. It is defined in macros because the function signature
+ changed after 0.9.8 */
void AES_ctr128_encrypt(const unsigned char *, unsigned char *,
const unsigned size_t, const AES_KEY *,
unsigned char[], unsigned char[], unsigned int *);