diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/openssl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openssl.c b/src/openssl.c index 1d1164e..db64d03 100644 --- a/src/openssl.c +++ b/src/openssl.c @@ -10471,7 +10471,7 @@ static const auxL_IntegerReg sx_option[] = { { "OP_NO_TLSv1_3", SSL_OP_NO_TLSv1_3 }, #endif { "OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG", SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG }, -#ifdef SSL_OP_NO_RENEGOTIATION5 +#ifdef SSL_OP_NO_RENEGOTIATION { "OP_NO_RENEGOTIATION", SSL_OP_NO_RENEGOTIATION }, #endif #ifdef SSL_OP_CRYPTOPRO_TLSEXT_BUG |