aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurens Van Houtven <_@lvh.cc>2014-06-23 10:43:19 +0200
committerLaurens Van Houtven <_@lvh.cc>2014-06-23 10:43:19 +0200
commit517eb5338794e384b2e06b89952fb3184df7d009 (patch)
treecc2a8bf9172b38cd87acc0ed9bf0fee9960f8694
parent3a67497bd962c5e4bacffac984fb57281b74deaf (diff)
downloadcryptography-517eb5338794e384b2e06b89952fb3184df7d009.tar.gz
cryptography-517eb5338794e384b2e06b89952fb3184df7d009.tar.bz2
cryptography-517eb5338794e384b2e06b89952fb3184df7d009.zip
Make the evp.py comment a full sentence
-rw-r--r--cryptography/hazmat/bindings/openssl/evp.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/cryptography/hazmat/bindings/openssl/evp.py b/cryptography/hazmat/bindings/openssl/evp.py
index 2ed279ed..11834509 100644
--- a/cryptography/hazmat/bindings/openssl/evp.py
+++ b/cryptography/hazmat/bindings/openssl/evp.py
@@ -139,7 +139,8 @@ int PKCS5_PBKDF2_HMAC(const char *, int, const unsigned char *, int, int,
int EVP_PKEY_CTX_set_signature_md(EVP_PKEY_CTX *, const EVP_MD *);
-/* not macros but must be in this section since they're not available in 0.9.8 */
+/* These aren't macros, but must be in this section because they're not
+ available in 0.9.8. */
EVP_PKEY_CTX *EVP_PKEY_CTX_new(EVP_PKEY *, ENGINE *);
EVP_PKEY_CTX *EVP_PKEY_CTX_new_id(int, ENGINE *);
EVP_PKEY_CTX *EVP_PKEY_CTX_dup(EVP_PKEY_CTX *);