소스 검색

ssh: use ECC host key

Sergey Alirzaev 5 년 전
부모
커밋
23a64bd948
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;