summaryrefslogtreecommitdiff
path: root/contrib/pgcrypto/blf.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/pgcrypto/blf.h')
-rw-r--r--contrib/pgcrypto/blf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/pgcrypto/blf.h b/contrib/pgcrypto/blf.h
index 4677d05520..81159b13be 100644
--- a/contrib/pgcrypto/blf.h
+++ b/contrib/pgcrypto/blf.h
@@ -50,7 +50,7 @@ typedef struct BlowfishContext
{
uint32 S[4][256]; /* S-Boxes */
uint32 P[BLF_N + 2]; /* Subkeys */
-} blf_ctx;
+} blf_ctx;
/* Raw access to customized Blowfish
* blf_key is just: