MODIFIED: Remove TLS-related predicates from library(sockets).

They will become available in a new library, library(tls).
This commit is contained in:
Markus Triska
2021-12-05 16:33:44 +01:00
parent 8065889862
commit 74e76b6f97
3 changed files with 5 additions and 86 deletions

View File

@@ -742,7 +742,7 @@ impl SystemClauseType {
("$set_seed", 1) => Some(SystemClauseType::SetSeed),
("$skip_max_list", 4) => Some(SystemClauseType::SkipMaxList),
("$sleep", 1) => Some(SystemClauseType::Sleep),
("$socket_client_open", 8) => Some(SystemClauseType::SocketClientOpen),
("$socket_client_open", 7) => Some(SystemClauseType::SocketClientOpen),
("$socket_server_open", 3) => Some(SystemClauseType::SocketServerOpen),
("$socket_server_accept", 7) => Some(SystemClauseType::SocketServerAccept),
("$socket_server_close", 1) => Some(SystemClauseType::SocketServerClose),