commit | b1d5b32bfd9634fd628b194585d0899ebc7db72b | [log] [tgz] |
---|---|---|
author | Aviv Palivoda <palaviv@gmail.com> | Wed Feb 22 03:52:46 2017 +0200 |
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | Tue Feb 21 19:52:46 2017 -0600 |
tree | b6f0a8347f31a503ed077efdb94fe5c4787a6e06 | |
parent | 8ad694c28c6817f7a964a73f4d315b2f8cf1a9ef [diff] |
Add ASN1_F_ASN1_CHECK_TLEN (#3414)
diff --git a/src/_cffi_src/openssl/err.py b/src/_cffi_src/openssl/err.py index 4784408..041723c 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;