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.

22 lines
642 B

  1. From b0b50b6bbbdf3abadc70b64c56e25b872721a7f3 Mon Sep 17 00:00:00 2001
  2. From: Paul Kehrer <paul.l.kehrer@gmail.com>
  3. Date: Mon, 25 Feb 2019 11:12:10 +0800
  4. Subject: [PATCH] remove another NPN related definition
  5. ---
  6. src/_cffi_src/openssl/ssl.py | 2 --
  7. 1 file changed, 2 deletions(-)
  8. diff --git a/src/_cffi_src/openssl/ssl.py b/src/_cffi_src/openssl/ssl.py
  9. index e3a7790ee1..f98f576838 100644
  10. --- a/src/_cffi_src/openssl/ssl.py
  11. +++ b/src/_cffi_src/openssl/ssl.py
  12. @@ -139,8 +139,6 @@
  13. static const long TLS_ST_BEFORE;
  14. static const long TLS_ST_OK;
  15. -static const long OPENSSL_NPN_NEGOTIATED;
  16. -
  17. typedef ... SSL_METHOD;
  18. typedef ... SSL_CTX;