Skip to content

Commit

Permalink
remove X509_V_FLAG_NOTIFY_POLICY (#9163)
Browse files Browse the repository at this point in the history
Recently removed from pyOpenSSL pyca/pyopenssl#1213

closes #8769
  • Loading branch information
alex authored Jul 3, 2023
1 parent 34c2f02 commit 654dccb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/_cffi_src/openssl/x509_vfy.py
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 654dccb

Please sign in to comment.