From fca034bd8d89c39b374ce18d2ab119e84bf2dfc1 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Thu, 20 Apr 2023 18:36:12 -0600 Subject: [PATCH] remove X509_V_FLAG_NOTIFY_POLICY This is being removed in an upcoming pyOpenSSL release as well --- 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;