summaryrefslogtreecommitdiff
path: root/src/websockets/qwebsocket.cpp
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2017-11-20 13:18:51 +0100
committerLiang Qi <liang.qi@qt.io>2017-11-20 15:05:51 +0100
commit534ed7ddbe86c58dc7d59c5c693b027ed8f18737 (patch)
treeb5fe6e7deec116c213f7eadc5a3b142600bb2a1b /src/websockets/qwebsocket.cpp
parentf7c5b8fce9517b3062eeab0ec7e8e46867d1f977 (diff)
parent57e1ebecf0e9e1fbc23f7fe32a90c63e242e692b (diff)
downloadqtwebsockets-534ed7ddbe86c58dc7d59c5c693b027ed8f18737.tar.gz
Merge remote-tracking branch 'origin/5.10' into dev
Conflicts: src/websockets/qwebsocket_p.cpp tests/auto/websockets/qwebsocketserver/tst_qwebsocketserver.cpp Change-Id: I40922fab198a09a3fbba1b2f11b42f2d40e53720
Diffstat (limited to 'src/websockets/qwebsocket.cpp')
-rw-r--r--src/websockets/qwebsocket.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/websockets/qwebsocket.cpp b/src/websockets/qwebsocket.cpp
index 7a017b5..1b0fc35 100644
--- a/src/websockets/qwebsocket.cpp
+++ b/src/websockets/qwebsocket.cpp
@@ -64,7 +64,7 @@
this problem is to use WebSocket over a secure connection.
\warning To generate masks, this implementation of WebSockets uses the reasonably
- secure QRandomGenerator::get32() function.
+ secure QRandomGenerator::global()->generate() function.
For more information about the importance of good masking,
see \l {"Talking to Yourself for Fun and Profit" by Lin-Shung Huang et al}.
The best measure against attacks mentioned in the document above,