diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2016-02-27 05:21:12 -0500 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2016-02-27 05:21:12 -0500 |
commit | 0ece4de75d382e493900947cedbfae08ec91fcf8 (patch) | |
tree | 8ac46f571aa69d222eea07aec1e8cb4751bd445e /src/_cffi_src/openssl | |
parent | 38ee1da12e267a265cc6db1659e6e6030d2688f7 (diff) | |
download | cryptography-0ece4de75d382e493900947cedbfae08ec91fcf8.tar.gz cryptography-0ece4de75d382e493900947cedbfae08ec91fcf8.tar.bz2 cryptography-0ece4de75d382e493900947cedbfae08ec91fcf8.zip |
drop this for now
Diffstat (limited to 'src/_cffi_src/openssl')
-rw-r--r-- | src/_cffi_src/openssl/x509v3.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/_cffi_src/openssl/x509v3.py b/src/_cffi_src/openssl/x509v3.py index cdd6df9a..3612f1c2 100644 --- a/src/_cffi_src/openssl/x509v3.py +++ b/src/_cffi_src/openssl/x509v3.py @@ -207,7 +207,6 @@ void OTHERNAME_free(OTHERNAME *); POLICY_CONSTRAINTS *POLICY_CONSTRAINTS_new(void); void POLICY_CONSTRAINTS_free(POLICY_CONSTRAINTS *); -int i2d_POLICY_CONSTRAINTS(POLICY_CONSTRAINTS *, unsigned char **); void *X509V3_set_ctx_nodb(X509V3_CTX *); |