tests: Fix size for bob_ssh_cert
Fixes a gcc8 warning. Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Этот коммит содержится в:
родитель
f4e57a6e22
Коммит
bcaeaf17af
@ -496,7 +496,7 @@ static void torture_auth_cert(void **state) {
|
||||
ssh_key privkey = NULL;
|
||||
ssh_key cert = NULL;
|
||||
char bob_ssh_key[1024];
|
||||
char bob_ssh_cert[1024];
|
||||
char bob_ssh_cert[2048];
|
||||
struct passwd *pwd;
|
||||
int rc;
|
||||
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user