mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-26 06:32:44 +00:00
red-stream: Fix typo in comment
renogotiation -> renegotiation Signed-off-by: Frediano Ziglio <freddy77@gmail.com>
This commit is contained in:
parent
3208be4521
commit
7cfebdf61b
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user