Skip to content

Commit

Permalink
set Cryptography_HAS_NEXTPROTONEG to 0 for pyOpenSSL
Browse files Browse the repository at this point in the history
we can remove this symbol in like...5 years.
  • Loading branch information
reaperhulk committed May 1, 2019
1 parent eec1f06 commit d7293d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_cffi_src/openssl/ssl.py
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@
static const long Cryptography_HAS_SSL_OP_MSIE_SSLV2_RSA_PADDING = 1;
static const long Cryptography_HAS_SSL_OP_NO_TICKET = 1;
static const long Cryptography_HAS_SSL_SET_SSL_CTX = 1;
static const long Cryptography_HAS_NEXTPROTONEG = 1;
static const long Cryptography_HAS_NEXTPROTONEG = 0;
/* SSL_get0_param was added in OpenSSL 1.0.2. */
#if CRYPTOGRAPHY_OPENSSL_LESS_THAN_102 && !CRYPTOGRAPHY_LIBRESSL_27_OR_GREATER
Expand Down

0 comments on commit d7293d6

Please sign in to comment.