2faaefade9
Reason: breaks test_rand, because threading has to be initialized
before ssh_init()
This reverts commit ef1866db76
.
17 строки
231 B
C
17 строки
231 B
C
#include "torture.h"
|
|
|
|
#include <stdio.h>
|
|
|
|
static int verbosity = 0;
|
|
|
|
int torture_libssh_verbosity(void){
|
|
return verbosity;
|
|
}
|
|
|
|
int main(int argc, char **argv) {
|
|
(void) argc;
|
|
(void) argv;
|
|
|
|
return torture_run_tests();
|
|
}
|