aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cffi_src/openssl/err.py
diff options
context:
space:
mode:
authorAviv Palivoda <palaviv@gmail.com>2017-02-22 03:52:46 +0200
committerPaul Kehrer <paul.l.kehrer@gmail.com>2017-02-21 19:52:46 -0600
commitb1d5b32bfd9634fd628b194585d0899ebc7db72b (patch)
treeb6f0a8347f31a503ed077efdb94fe5c4787a6e06 /src/_cffi_src/openssl/err.py
parent8ad694c28c6817f7a964a73f4d315b2f8cf1a9ef (diff)
downloadcryptography-b1d5b32bfd9634fd628b194585d0899ebc7db72b.tar.gz
cryptography-b1d5b32bfd9634fd628b194585d0899ebc7db72b.tar.bz2
cryptography-b1d5b32bfd9634fd628b194585d0899ebc7db72b.zip
Add ASN1_F_ASN1_CHECK_TLEN (#3414)
Diffstat (limited to 'src/_cffi_src/openssl/err.py')
-rw-r--r--src/_cffi_src/openssl/err.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/_cffi_src/openssl/err.py b/src/_cffi_src/openssl/err.py
index 4784408f..041723c0 100644
--- a/src/_cffi_src/openssl/err.py
+++ b/src/_cffi_src/openssl/err.py
@@ -57,6 +57,7 @@ static const int ASN1_F_B64_READ_ASN1;
static const int ASN1_F_B64_WRITE_ASN1;
static const int ASN1_F_SMIME_READ_ASN1;
static const int ASN1_F_SMIME_TEXT;
+static const int ASN1_F_ASN1_CHECK_TLEN;
static const int ASN1_R_BOOLEAN_IS_WRONG_LENGTH;
static const int ASN1_R_BUFFER_TOO_SMALL;