From ad384505e6fc0b16a2c4b8539e9b25143624b190 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 1 Jul 2023 09:25:06 -0400 Subject: [PATCH] remove X509_V_FLAG_NOTIFY_POLICY Recently removed from pyOpenSSL https://github.com/pyca/pyopenssl/pull/1213 closes #8769 --- src/_cffi_src/openssl/x509_vfy.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/_cffi_src/openssl/x509_vfy.py b/src/_cffi_src/openssl/x509_vfy.py index f1ea8ee6af82..d32b0d7abc29 100644 --- a/src/_cffi_src/openssl/x509_vfy.py +++ b/src/_cffi_src/openssl/x509_vfy.py @@ -103,7 +103,6 @@ static const long X509_V_FLAG_POLICY_CHECK; static const long X509_V_FLAG_EXPLICIT_POLICY; static const long X509_V_FLAG_INHIBIT_MAP; -static const long X509_V_FLAG_NOTIFY_POLICY; static const long X509_V_FLAG_CHECK_SS_SIGNATURE; static const long X509_V_FLAG_PARTIAL_CHAIN;