Explorar o código

ssh: use ECC host key

Sergey Alirzaev %!s(int64=5) %!d(string=hai) anos
pai
achega
23a64bd948
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      modules/SSH_Server/server.c

+ 1 - 1
modules/SSH_Server/server.c

@@ -590,7 +590,7 @@ static void ssh_server(void *arg)
     word32 threadCount = 0;
     word16 port = 22;
     const char multipleConnections = 1;
-    char useEcc = 0;
+    char useEcc = 1;
     int  ch;
     char nonBlock = 0;