From: Niels Möller Date: Mon, 14 Jan 2002 16:03:04 +0000 (+0100) Subject: Use const for all tables. X-Git-Tag: nettle_1.5_release_20020131~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e38105fbcd153b274328fb849ed9cfd213789378;p=thirdparty%2Fnettle.git Use const for all tables. Rev: src/nettle/desCode.h:1.2 --- 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