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
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." diff --git lib/libcrypto/ec/ecp_nistz256.c lib/libcrypto/ec/ecp_nistz256.c index 05a16b8c074..4b2ab497327 100644 --- lib/libcrypto/ec/ecp_n