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…
x
Reference in New Issue
Block a user