projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af7849f
)
Pickup fix from upstream OpenBSD sources: mark a read-only local array as
author
Neil Conway
Tue, 5 Oct 2004 00:14:45 +0000
(
00:14
+0000)
committer
Neil Conway
Tue, 5 Oct 2004 00:14:45 +0000
(
00:14
+0000)
"static" to reduce size of generated code slightly.
contrib/pgcrypto/blf.c
patch
|
blob
|
blame
|
history
diff --git
a/contrib/pgcrypto/blf.c
b/contrib/pgcrypto/blf.c
index da2047b6cf5b6320d56d30445d39424b85abdb61..a1af7479c24264f0d431f38b952b92e64b7d0f57 100644
(file)
--- a/
contrib/pgcrypto/blf.c
+++ b/
contrib/pgcrypto/blf.c
@@
-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 =
{{
{