From 2ff79dce4af68c264c34ec7fa69f446108cb6f8d Mon Sep 17 00:00:00 2001 From: palaviv Date: Tue, 21 Feb 2017 22:37:50 +0200 Subject: [PATCH] Add ASN1_F_ASN1_CHECK_TLEN --- src/_cffi_src/openssl/err.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/_cffi_src/openssl/err.py b/src/_cffi_src/openssl/err.py index 4784408f9993..041723c061c9 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_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;