summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--missing/crypt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/missing/crypt.c b/missing/crypt.c
index 8ffe9c7108..269db9ed4c 100644
--- a/missing/crypt.c
+++ b/missing/crypt.c
@@ -347,7 +347,7 @@ STATIC void init_perm(C_block perm[64/CHUNKBITS][1<<CHUNKBITS], unsigned char p[
#define init_des() ((void)0)
#endif
-static const C_block constdatablock = {}; /* encryption constant */
+static const C_block constdatablock = {{0}}; /* encryption constant */
#define KS (data->KS)
#define cryptresult (data->cryptresult)