commit | 6fb1b24a3cf1a4cdb3bd35c6f575d96cb2da9415 | [log] [tgz] |
---|---|---|
author | Mohammed Attia <skeuomorf@gmail.com> | Thu Apr 24 18:49:14 2014 +0200 |
committer | Mohammed Attia <skeuomorf@gmail.com> | Thu Apr 24 18:57:39 2014 +0200 |
tree | c27b0ddd389b47726e399cf24de58ca0cd84dbcf | |
parent | ff2b8cebe85c5326c52a0b4ffe467f99e5526849 [diff] |
Add binding for DSA_size
diff --git a/cryptography/hazmat/bindings/openssl/dsa.py b/cryptography/hazmat/bindings/openssl/dsa.py index 51a0266..a530589 100644 --- a/cryptography/hazmat/bindings/openssl/dsa.py +++ b/cryptography/hazmat/bindings/openssl/dsa.py
@@ -47,6 +47,7 @@ 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 = """