浏览代码

let ssh_test() NOP silently

Steffen Jaeckel 6 年之前
父节点
当前提交
ee13f6ffec
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/misc_test.c

+ 1 - 1
tests/misc_test.c

@@ -35,7 +35,7 @@ int misc_test(void)
    DO(crc32_test());
 #endif
 #ifdef LTC_SSH
-   DO(ssh_test());
+   ssh_test();
 #endif
    return 0;
 }