From 399e1948d0eb23ec95198a878a058e9cbeeb26f9 Mon Sep 17 00:00:00 2001 From: Mahmoud Hashemi Date: Wed, 8 Apr 2015 19:03:22 -0700 Subject: remove stray PKCS7_encrypt arg 'certs' --- src/cryptography/hazmat/bindings/openssl/pkcs7.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cryptography/hazmat/bindings/openssl/pkcs7.py b/src/cryptography/hazmat/bindings/openssl/pkcs7.py index 4c400b20..0efce613 100644 --- a/src/cryptography/hazmat/bindings/openssl/pkcs7.py +++ b/src/cryptography/hazmat/bindings/openssl/pkcs7.py @@ -43,7 +43,7 @@ Cryptography_STACK_OF_X509 *PKCS7_get0_signers(PKCS7 *, Cryptography_STACK_OF_X509 *, int); -PKCS7 *PKCS7_encrypt(Cryptography_STACK_OF_X509 *certs, BIO *, +PKCS7 *PKCS7_encrypt(Cryptography_STACK_OF_X509 *, BIO *, const EVP_CIPHER *, int); int PKCS7_decrypt(PKCS7 *, EVP_PKEY *, X509 *, BIO *, int); """ -- cgit v1.2.3