diff options
author | Laurens Van Houtven <_@lvh.cc> | 2014-06-23 10:42:30 +0200 |
---|---|---|
committer | Laurens Van Houtven <_@lvh.cc> | 2014-06-23 10:42:30 +0200 |
commit | 3a67497bd962c5e4bacffac984fb57281b74deaf (patch) | |
tree | 33937c8e38d0411e4ba74fb45fe5589922416a4b | |
parent | 443c7acebbce99f795623a7cef87f577718b5678 (diff) | |
download | cryptography-3a67497bd962c5e4bacffac984fb57281b74deaf.tar.gz cryptography-3a67497bd962c5e4bacffac984fb57281b74deaf.tar.bz2 cryptography-3a67497bd962c5e4bacffac984fb57281b74deaf.zip |
Fix evp.py comment style
-rw-r--r-- | cryptography/hazmat/bindings/openssl/evp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cryptography/hazmat/bindings/openssl/evp.py b/cryptography/hazmat/bindings/openssl/evp.py index b3d958e6..2ed279ed 100644 --- a/cryptography/hazmat/bindings/openssl/evp.py +++ b/cryptography/hazmat/bindings/openssl/evp.py @@ -139,7 +139,7 @@ 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 +/* not macros but must be in this section since 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 *); |