Lines 246-265
Link Here
|
246 |
|
246 |
|
247 |
#if CRYPTOGRAPHY_OPENSSL_LESS_THAN_111 |
247 |
#if CRYPTOGRAPHY_OPENSSL_LESS_THAN_111 |
248 |
static const long Cryptography_HAS_KEYLOG = 0; |
248 |
static const long Cryptography_HAS_KEYLOG = 0; |
249 |
@@ -583,13 +578,6 @@ static const long Cryptography_HAS_TLS_ST = 1; |
249 |
@@ -586,8 +581,6 @@ static const long Cryptography_HAS_TLS_ST = 1; |
250 |
static const long Cryptography_HAS_TLS_ST = 0; |
250 |
#endif |
251 |
static const long TLS_ST_BEFORE = 0; |
251 |
|
252 |
static const long TLS_ST_OK = 0; |
252 |
#if CRYPTOGRAPHY_IS_LIBRESSL |
253 |
-#endif |
|
|
254 |
- |
255 |
-#if CRYPTOGRAPHY_IS_LIBRESSL |
256 |
-static const long SSL_OP_NO_DTLSv1 = 0; |
253 |
-static const long SSL_OP_NO_DTLSv1 = 0; |
257 |
-static const long SSL_OP_NO_DTLSv1_2 = 0; |
254 |
-static const long SSL_OP_NO_DTLSv1_2 = 0; |
258 |
-long (*DTLS_set_link_mtu)(SSL *, long) = NULL; |
255 |
long (*DTLS_set_link_mtu)(SSL *, long) = NULL; |
259 |
-long (*DTLS_get_link_min_mtu)(SSL *) = NULL; |
256 |
long (*DTLS_get_link_min_mtu)(SSL *) = NULL; |
260 |
#endif |
257 |
#endif |
261 |
|
|
|
262 |
static const long Cryptography_HAS_DTLS = 1; |
263 |
--- src/_cffi_src/openssl/x509.py.orig 2022-10-17 11:26:23 UTC |
258 |
--- src/_cffi_src/openssl/x509.py.orig 2022-10-17 11:26:23 UTC |
264 |
+++ src/_cffi_src/openssl/x509.py |
259 |
+++ src/_cffi_src/openssl/x509.py |
265 |
@@ -276,33 +276,8 @@ void X509_REQ_get0_signature(const X509_REQ *, const A |
260 |
@@ -276,33 +276,8 @@ void X509_REQ_get0_signature(const X509_REQ *, const A |