From dddbc837cc927b18fccc1b01677a4e2dbed7e2b1 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Sat, 5 Oct 2013 18:04:52 -0500 Subject: too many rsas makes me rsa blind --- cryptography/bindings/openssl/rsa.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cryptography/bindings/openssl/rsa.py b/cryptography/bindings/openssl/rsa.py index 49cde721..75afb578 100644 --- a/cryptography/bindings/openssl/rsa.py +++ b/cryptography/bindings/openssl/rsa.py @@ -23,7 +23,7 @@ typedef ... BN_GENCB; FUNCTIONS = """ RSA* RSA_new(); void RSA_free(RSA *); -int RSA_generate_key_ex(RSA *rsa, int, BIGNUM *, BN_GENCB *); +int RSA_generate_key_ex(RSA *, int, BIGNUM *, BN_GENCB *); int RSA_check_key(const RSA *); """ -- cgit v1.2.3