aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cffi_src/openssl/dsa.py
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2016-06-26 23:33:38 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2016-06-26 22:33:38 -0500
commita9d29afdd9c9649a263d99a17098fe24592e8db6 (patch)
treeba87c0b97e7d075b7971dd4cc3c7b555ca1939db /src/_cffi_src/openssl/dsa.py
parentb28c20c4503a49b1020a9bc7fc9adeb4989da553 (diff)
downloadcryptography-a9d29afdd9c9649a263d99a17098fe24592e8db6.tar.gz
cryptography-a9d29afdd9c9649a263d99a17098fe24592e8db6.tar.bz2
cryptography-a9d29afdd9c9649a263d99a17098fe24592e8db6.zip
Refs #2826 -- remove a no longer needed DSA binding (#3017)
Diffstat (limited to 'src/_cffi_src/openssl/dsa.py')
-rw-r--r--src/_cffi_src/openssl/dsa.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/_cffi_src/openssl/dsa.py b/src/_cffi_src/openssl/dsa.py
index 16f00fe6..5df79455 100644
--- a/src/_cffi_src/openssl/dsa.py
+++ b/src/_cffi_src/openssl/dsa.py
@@ -13,8 +13,6 @@ typedef ... DSA;
"""
FUNCTIONS = """
-DSA *DSA_generate_parameters(int, unsigned char *, int, int *, unsigned long *,
- void (*)(int, int, void *), void *);
int DSA_generate_key(DSA *);
DSA *DSA_new(void);
void DSA_free(DSA *);