Skip to content

Commit 125bb6c

Browse files
author
Neil Conway
committed
Pickup fix from upstream OpenBSD sources: mark a read-only local array as
"static" to reduce size of generated code slightly.
1 parent af7849f commit 125bb6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/pgcrypto/blf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Blowfish_initstate(blf_ctx * c)
126126

127127
/* P-box and S-box tables initialized with digits of Pi */
128128

129-
const blf_ctx initstate =
129+
static const blf_ctx initstate =
130130

131131
{{
132132
{

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy