summaryrefslogtreecommitdiff
path: root/desCode.h
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2002-01-14 17:03:04 +0100
committerNiels Möller <nisse@lysator.liu.se>2002-01-14 17:03:04 +0100
commite38105fbcd153b274328fb849ed9cfd213789378 (patch)
treec04005074bfaf961d42b94b954cbe13db94d8af9 /desCode.h
parentb9d18b8334fe49f0ed8677e5e431a15c71dee0ac (diff)
downloadnettle-e38105fbcd153b274328fb849ed9cfd213789378.tar.gz
Use const for all tables.
Rev: src/nettle/desCode.h:1.2
Diffstat (limited to 'desCode.h')
-rw-r--r--desCode.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/desCode.h b/desCode.h
index d27df606..52469521 100644
--- a/desCode.h
+++ b/desCode.h
@@ -9,8 +9,8 @@
#include "des.h"
-extern uint32_t des_keymap[];
-extern uint32_t des_bigmap[];
+extern const uint32_t des_keymap[];
+extern const uint32_t des_bigmap[];
/* optional customization:
* the idea here is to alter the code so it will still run correctly