We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 247c0d9 commit 8e9622cCopy full SHA for 8e9622c
src/openssl.c
@@ -10471,7 +10471,7 @@ static const auxL_IntegerReg sx_option[] = {
10471
{ "OP_NO_TLSv1_3", SSL_OP_NO_TLSv1_3 },
10472
#endif
10473
{ "OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG", SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG },
10474
-#ifdef SSL_OP_NO_RENEGOTIATION5
+#ifdef SSL_OP_NO_RENEGOTIATION
10475
{ "OP_NO_RENEGOTIATION", SSL_OP_NO_RENEGOTIATION },
10476
10477
#ifdef SSL_OP_CRYPTOPRO_TLSEXT_BUG
0 commit comments