[Spice-commits] server/red-stream.cpp
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Wed Nov 22 07:36:07 UTC 2023
server/red-stream.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 7cfebdf61b59147f23421b05c979ebb671feac10
Author: Frediano Ziglio <freddy77 at gmail.com>
Date: Mon Nov 13 17:24:33 2023 +0000
red-stream: Fix typo in comment
renogotiation -> renegotiation
Signed-off-by: Frediano Ziglio <freddy77 at gmail.com>
diff --git a/server/red-stream.cpp b/server/red-stream.cpp
index 2c45299c..89222702 100644
--- a/server/red-stream.cpp
+++ b/server/red-stream.cpp
@@ -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
More information about the Spice-commits
mailing list