Skip to content

Commit ad38450

Browse files
authored
remove X509_V_FLAG_NOTIFY_POLICY
Recently removed from pyOpenSSL pyca/pyopenssl#1213 closes #8769
1 parent 1ad21a5 commit ad38450

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/_cffi_src/openssl/x509_vfy.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@
103103
static const long X509_V_FLAG_POLICY_CHECK;
104104
static const long X509_V_FLAG_EXPLICIT_POLICY;
105105
static const long X509_V_FLAG_INHIBIT_MAP;
106-
static const long X509_V_FLAG_NOTIFY_POLICY;
107106
static const long X509_V_FLAG_CHECK_SS_SIGNATURE;
108107
static const long X509_V_FLAG_PARTIAL_CHAIN;
109108

0 commit comments

Comments
 (0)