From 6fb1b24a3cf1a4cdb3bd35c6f575d96cb2da9415 Mon Sep 17 00:00:00 2001 From: Mohammed Attia Date: Thu, 24 Apr 2014 18:49:14 +0200 Subject: Add binding for DSA_size --- cryptography/hazmat/bindings/openssl/dsa.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cryptography/hazmat/bindings/openssl/dsa.py b/cryptography/hazmat/bindings/openssl/dsa.py index 51a02666..a5305893 100644 --- a/cryptography/hazmat/bindings/openssl/dsa.py +++ b/cryptography/hazmat/bindings/openssl/dsa.py @@ -47,6 +47,7 @@ DSA_SIG *DSA_SIG_new(void); void DSA_SIG_free(DSA_SIG *); int i2d_DSA_SIG(const DSA_SIG *, unsigned char **); DSA_SIG *d2i_DSA_SIG(DSA_SIG **, const unsigned char **, long); +int DSA_size(const DSA *); """ MACROS = """ -- cgit v1.2.3