Mark constant the generated key tables for libgcrypt.
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>
Mon, 1 Dec 2008 11:11:23 +0000 (12:11 +0100)
committerLuis R. Rodriguez <lrodriguez@atheros.com>
Mon, 1 Dec 2008 22:33:21 +0000 (14:33 -0800)
commitfbe5d97d55a348d5ba70d790812a1441cbf361b8
tree485378239b7bc15577ba64b4e89f42363930dcab
parentd1a650e58c48c045d2eb387ec1d6d31c2e931622
Mark constant the generated key tables for libgcrypt.

Since they are never modified, mark the key tables constant so they
are emitted in .rodata.

Note that even though they are probably also never modified, the
OpenSSL tables generate warnings when they are marked constant, as
such they are untouched.

Signed-off-by: Diego E. 'Flameeyes' Pettenò <flameeyes@gmail.com>
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
utils/key2pub.py