aboutsummaryrefslogtreecommitdiff
path: root/crypto/seed
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2007-08-31 10:12:35 +0000
committerAndy Polyakov <appro@openssl.org>2007-08-31 10:12:35 +0000
commit4ece7eb6f4d396008d8b4ee6beb6dca409d84882 (patch)
tree89d484f29214f394758e75ea825da26324204601 /crypto/seed
parent0bb01b7df099ad4d45262138b7958ea652c42401 (diff)
downloadopenssl-4ece7eb6f4d396008d8b4ee6beb6dca409d84882.zip
openssl-4ece7eb6f4d396008d8b4ee6beb6dca409d84882.tar.gz
openssl-4ece7eb6f4d396008d8b4ee6beb6dca409d84882.tar.bz2
Constify seed and md2.
Diffstat (limited to 'crypto/seed')
-rw-r--r--crypto/seed/seed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/seed/seed.c b/crypto/seed/seed.c
index 125dd7d..490cddf 100644
--- a/crypto/seed/seed.c
+++ b/crypto/seed/seed.c
@@ -35,7 +35,7 @@
#include <openssl/seed.h>
#include "seed_locl.h"
-static seed_word SS[4][256] = { {
+static const seed_word SS[4][256] = { {
0x2989a1a8, 0x05858184, 0x16c6d2d4, 0x13c3d3d0, 0x14445054, 0x1d0d111c, 0x2c8ca0ac, 0x25052124,
0x1d4d515c, 0x03434340, 0x18081018, 0x1e0e121c, 0x11415150, 0x3cccf0fc, 0x0acac2c8, 0x23436360,
0x28082028, 0x04444044, 0x20002020, 0x1d8d919c, 0x20c0e0e0, 0x22c2e2e0, 0x08c8c0c8, 0x17071314,