You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
675 B

  1. --- a/src/_cffi_src/openssl/ssl.py
  2. +++ b/src/_cffi_src/openssl/ssl.py
  3. @@ -646,13 +646,6 @@ static const long TLS_ST_OK = 0;
  4. #if defined(OPENSSL_NO_DTLS) || CRYPTOGRAPHY_OPENSSL_LESS_THAN_102
  5. static const long Cryptography_HAS_GENERIC_DTLS_METHOD = 0;
  6. -const SSL_METHOD *(*DTLS_method)(void) = NULL;
  7. -const SSL_METHOD *(*DTLS_server_method)(void) = NULL;
  8. -const SSL_METHOD *(*DTLS_client_method)(void) = NULL;
  9. -static const long SSL_OP_NO_DTLSv1 = NULL;
  10. -static const long SSL_OP_NO_DTLSv1_2 = NULL;
  11. -long *(*DTLS_set_link_mtu)(SSL *, long) = NULL;
  12. -long *(*DTLS_get_link_min_mtu)(SSL *) = NULL;
  13. #else
  14. static const long Cryptography_HAS_GENERIC_DTLS_METHOD = 1;
  15. #endif