aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStanisław Pitucha <viraptor@gmail.com>2014-10-28 17:33:27 +1100
committerStanisław Pitucha <viraptor@gmail.com>2014-10-28 17:33:27 +1100
commit82c9890aad853a6c9d2b9c9d91606a1c38411995 (patch)
tree800af7fba61ff81f6e0eef0150bd43124291a6fb
parent841aefc80680de15b336184dd4b10d8ee896665f (diff)
downloadcryptography-82c9890aad853a6c9d2b9c9d91606a1c38411995.tar.gz
cryptography-82c9890aad853a6c9d2b9c9d91606a1c38411995.tar.bz2
cryptography-82c9890aad853a6c9d2b9c9d91606a1c38411995.zip
Removed argument names per review
-rw-r--r--cryptography/hazmat/bindings/openssl/evp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cryptography/hazmat/bindings/openssl/evp.py b/cryptography/hazmat/bindings/openssl/evp.py
index 2bd479ff..033b083b 100644
--- a/cryptography/hazmat/bindings/openssl/evp.py
+++ b/cryptography/hazmat/bindings/openssl/evp.py
@@ -121,7 +121,7 @@ int EVP_PKEY_add1_attr_by_NID(EVP_PKEY *, int, int,
int EVP_PKEY_add1_attr_by_txt(EVP_PKEY *, const char *, int,
const unsigned char *, int);
-int EVP_PKEY_cmp(const EVP_PKEY *a, const EVP_PKEY *b);
+int EVP_PKEY_cmp(const EVP_PKEY *, const EVP_PKEY *);
"""
MACROS = """