1
1

tests: Fix mixed code compiler warning in torture_rand

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Этот коммит содержится в:
Andreas Schneider 2018-03-21 20:41:16 +01:00
родитель a4aeee972c
Коммит 467d78a442

Просмотреть файл

@ -16,9 +16,10 @@
#define NUM_THREADS 100
static int setup(void **state) {
(void) state;
int rc;
(void) state;
ssh_threads_set_callbacks(ssh_threads_get_pthread());
rc = ssh_init();
if (rc != SSH_OK) {