mirror of
https://github.com/postgres/postgres.git
synced 2026-06-10 17:20:31 -04: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue