diff options
| -rw-r--r-- | contrib/pgcrypto/blf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/pgcrypto/blf.c b/contrib/pgcrypto/blf.c index da2047b6cf5..a1af7479c24 100644 --- 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 = {{ { |
