Pickup fix from upstream OpenBSD sources: mark a read-only local array as

"static" to reduce size of generated code slightly.
REL8_0_STABLE
Neil Conway 22 years ago
parent af7849f184
commit 125bb6cee4
  1. 2
      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 =
{{
{

Loading…
Cancel
Save