From b1d5b32bfd9634fd628b194585d0899ebc7db72b Mon Sep 17 00:00:00 2001 From: Aviv Palivoda Date: Wed, 22 Feb 2017 03:52:46 +0200 Subject: Add ASN1_F_ASN1_CHECK_TLEN (#3414) --- src/_cffi_src/openssl/err.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/_cffi_src') 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; -- cgit v1.2.3