1
1

tests: Fix size for bob_ssh_cert

Fixes a gcc8 warning.

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Этот коммит содержится в:
Andreas Schneider 2018-05-08 12:42:05 +02:00
родитель 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;