From 6345364bbd96cae93939d88c4bdfc2a3854d2f82 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Wed, 24 Oct 2018 09:21:48 +0800 Subject: bind a constant for an error check (#4514) I hate it when we have to do this. --- src/_cffi_src/openssl/err.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/_cffi_src/openssl/err.py b/src/_cffi_src/openssl/err.py index 446cd78a..59751355 100644 --- a/src/_cffi_src/openssl/err.py +++ b/src/_cffi_src/openssl/err.py @@ -139,6 +139,7 @@ static const int SSL_AD_BAD_CERTIFICATE_HASH_VALUE; static const int SSL_AD_UNKNOWN_PSK_IDENTITY; static const int X509_R_CERT_ALREADY_IN_HASH_TABLE; +static const int X509_R_KEY_VALUES_MISMATCH; """ FUNCTIONS = """ -- cgit v1.2.3