From 2aca27a9a83527ae309c09f1966774daf6b9a3d5 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Tue, 15 Feb 2000 17:43:12 +0000 Subject: Move initial key to read-only segment. --- crypto/bf/bf_pi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/bf') diff --git a/crypto/bf/bf_pi.h b/crypto/bf/bf_pi.h index 417b935538..9949513c68 100644 --- a/crypto/bf/bf_pi.h +++ b/crypto/bf/bf_pi.h @@ -56,7 +56,7 @@ * [including the GNU Public Licence.] */ -static BF_KEY bf_init= { +static const BF_KEY bf_init= { { 0x243f6a88L, 0x85a308d3L, 0x13198a2eL, 0x03707344L, 0xa4093822L, 0x299f31d0L, 0x082efa98L, 0xec4e6c89L, -- cgit v1.2.3