Re: static const, not const static

2022-08-28 Thread Theo Buehler
On Mon, Aug 29, 2022 at 01:26:49PM +1000, Jonathan Gray wrote: > c99 6.11.5: > "The placement of a storage-class specifier other than at the beginning > of the declaration specifiers in a declaration is an obsolescent > feature." ok tb

static const, not const static

2022-08-28 Thread Jonathan Gray
bcrypto/ec/ecp_nistz256.c +++ lib/libcrypto/ec/ecp_nistz256.c @@ -573,12 +573,12 @@ ecp_nistz256_windowed_mul(const EC_GROUP *group, P256_POINT *r, } /* Coordinates of G, for which we have precomputed tables */ -const static BN_ULONG def_xG[P256_LIMBS] = { +static const BN_ULONG def_xG[