commit | e454a5752a9b26c7c097e874409b513d8cc67e51 | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Thu Dec 24 15:34:53 2015 -0500 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Thu Dec 24 15:34:53 2015 -0500 |
tree | e8d997cbd44dfa14fd12331c6b737fe8583ba4d2 | |
parent | 7a9607038678f876cdac33ad1b29ce07346cfaf7 [diff] | |
parent | 4361aabaa2e9304688507b12f570e01964c99ac9 [diff] |
Merge pull request #2562 from evilaliv3/PEM_write_bio_DHparams Add PEM_write_bio_DHparams binding
diff --git a/src/_cffi_src/openssl/pem.py b/src/_cffi_src/openssl/pem.py index 846e64e..4eb6bb4 100644 --- a/src/_cffi_src/openssl/pem.py +++ b/src/_cffi_src/openssl/pem.py
@@ -79,6 +79,7 @@ int PEM_write_bio_ECPrivateKey(BIO *, EC_KEY *, const EVP_CIPHER *, unsigned char *, int, pem_password_cb *, void *); +int PEM_write_bio_DHparams(BIO *, DH *); """ CUSTOMIZATIONS = """