red-stream: Fix typo in comment

renogotiation -> renegotiation

Signed-off-by: Frediano Ziglio <freddy77@gmail.com>
This commit is contained in:
Frediano Ziglio 2023-11-13 17:24:33 +00:00
parent 3208be4521
commit 7cfebdf61b

View File

@ -524,7 +524,7 @@ RedStreamSslStatus red_stream_ssl_accept(RedStream *stream)
}
#ifndef SSL_OP_NO_RENEGOTIATION
// With OpenSSL 1.0.2 and earlier: disable client-side renogotiation
// With OpenSSL 1.0.2 and earlier: disable client-side renegotiation
stream->priv->ssl->s3->flags |= SSL3_FLAGS_NO_RENEGOTIATE_CIPHERS;
#endif