mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-11-21 03:13:05 +08:00
Pickup fix from upstream OpenBSD sources: mark a read-only local array as
"static" to reduce size of generated code slightly.
This commit is contained in:
parent
af7849f184
commit
125bb6cee4
@ -126,7 +126,7 @@ Blowfish_initstate(blf_ctx * c)
|
||||
|
||||
/* P-box and S-box tables initialized with digits of Pi */
|
||||
|
||||
const blf_ctx initstate =
|
||||
static const blf_ctx initstate =
|
||||
|
||||
{{
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user