summaryrefslogtreecommitdiff
path: root/src/_cffi_src
diff options
context:
space:
mode:
authorpyca-boringbot[bot] <106132319+pyca-boringbot[bot]@users.noreply.github.com>2022-08-13 05:29:23 -0700
committerGitHub <noreply@github.com>2022-08-13 05:29:23 -0700
commit25fc1116f7db73daa165865081325031328949ba (patch)
treec9fe4a63b42b95abf847a625ab542a239e852b08 /src/_cffi_src
parenteca55275ac3bbcace02ebde95dec7b82d032b3d1 (diff)
downloadcryptography-25fc1116f7db73daa165865081325031328949ba.tar.gz
Bump BoringSSL version to 401137fec2fd855ceed7931f15a623d3cb18efdc (#7502)
* Bump BoringSSL version to 401137fec2fd855ceed7931f15a623d3cb18efdc * remove boringssl ifdef Co-authored-by: BoringSSL Bot <pyca-boringbot@users.noreply.github.com> Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com>
Diffstat (limited to 'src/_cffi_src')
-rw-r--r--src/_cffi_src/openssl/x509_vfy.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/_cffi_src/openssl/x509_vfy.py b/src/_cffi_src/openssl/x509_vfy.py
index df0e46d43..02598f790 100644
--- a/src/_cffi_src/openssl/x509_vfy.py
+++ b/src/_cffi_src/openssl/x509_vfy.py
@@ -239,8 +239,4 @@ void (*X509_STORE_set_get_issuer)(X509_STORE *,
#else
static const long Cryptography_HAS_X509_STORE_CTX_GET_ISSUER = 1;
#endif
-
-#if CRYPTOGRAPHY_IS_BORINGSSL
-static const long X509_V_FLAG_NO_CHECK_TIME = 0;
-#endif
"""