diff options
author | Andy Polyakov <appro@openssl.org> | 2000-02-15 17:43:12 +0000 |
---|---|---|
committer | Andy Polyakov <appro@openssl.org> | 2000-02-15 17:43:12 +0000 |
commit | 2aca27a9a83527ae309c09f1966774daf6b9a3d5 (patch) | |
tree | 77378ecc680ec219710930ac04815feb10794603 /crypto/bf | |
parent | bc80c860317c3e7433f79622f03f38e21a157e9c (diff) | |
download | openssl-new-2aca27a9a83527ae309c09f1966774daf6b9a3d5.tar.gz |
Move initial key to read-only segment.
Diffstat (limited to 'crypto/bf')
-rw-r--r-- | crypto/bf/bf_pi.h | 2 |
1 files changed, 1 insertions, 1 deletions
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, |