mirror of
https://github.com/CPunch/Laika.git
synced 2026-01-17 16:30:28 +00:00
Shell: use LAIKA_CNC_* macros
This commit is contained in:
@@ -198,7 +198,7 @@ void shellC_cleanup(tShell_client *client) {
|
||||
void shellC_connectToCNC(tShell_client *client, char *ip, char *port) {
|
||||
struct sLaika_socket *sock = &client->peer->sock;
|
||||
|
||||
PRINTINFO("Connecting to CNC...\n");
|
||||
PRINTINFO("Connecting to %s:%s...\n", ip, port);
|
||||
|
||||
/* create encryption keys */
|
||||
if (crypto_kx_client_session_keys(client->peer->inKey, client->peer->outKey, client->pub, client->priv, client->peer->peerPub) != 0)
|
||||
|
||||
Reference in New Issue
Block a user