diff --git a/crypto/openssh/config.h b/crypto/openssh/config.h index f54e5a8dad4c..d6d029f82ddb 100644 --- a/crypto/openssh/config.h +++ b/crypto/openssh/config.h @@ -1268,10 +1268,10 @@ #define SIZEOF_INT 4 /* The size of `long int', as computed by sizeof. */ -#define SIZEOF_LONG_INT 8 +#define SIZEOF_LONG_INT 4 /* The size of `long long int', as computed by sizeof. */ -#define SIZEOF_LONG_LONG_INT 4 +#define SIZEOF_LONG_LONG_INT 8 /* The size of `short int', as computed by sizeof. */ #define SIZEOF_SHORT_INT 2