aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cffi_src/openssl
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-08-08 23:46:38 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2015-08-08 23:46:38 -0400
commitba62a0ba66cdf7476dd741a0bf0f08cab518524c (patch)
treee8db8b3700443db0565d70ce170a1380cb92a9ff /src/_cffi_src/openssl
parent57df4852891c509917bffca53dffad88a4e914ab (diff)
parentaedeedb8ce32caedf68ae0bf0066a70175c9f694 (diff)
downloadcryptography-ba62a0ba66cdf7476dd741a0bf0f08cab518524c.tar.gz
cryptography-ba62a0ba66cdf7476dd741a0bf0f08cab518524c.tar.bz2
cryptography-ba62a0ba66cdf7476dd741a0bf0f08cab518524c.zip
Merge pull request #2230 from reaperhulk/encode-iap
support InhibitAnyPolicy in CertificateBuilder
Diffstat (limited to 'src/_cffi_src/openssl')
-rw-r--r--src/_cffi_src/openssl/asn1.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/_cffi_src/openssl/asn1.py b/src/_cffi_src/openssl/asn1.py
index 96084721..bbbffd8f 100644
--- a/src/_cffi_src/openssl/asn1.py
+++ b/src/_cffi_src/openssl/asn1.py
@@ -133,6 +133,7 @@ ASN1_BIT_STRING *ASN1_BIT_STRING_new(void);
void ASN1_BIT_STRING_free(ASN1_BIT_STRING *);
int i2d_ASN1_BIT_STRING(ASN1_BIT_STRING *, unsigned char **);
int i2d_ASN1_OCTET_STRING(ASN1_OCTET_STRING *, unsigned char **);
+int i2d_ASN1_INTEGER(ASN1_INTEGER *, unsigned char **);
/* This is not a macro, but is const on some versions of OpenSSL */
int ASN1_BIT_STRING_get_bit(ASN1_BIT_STRING *, int);
ASN1_TIME *M_ASN1_TIME_dup(void *);