]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Add missing consts in elliptic curve setup code.
authorSimon Tatham <anakin@pobox.com>
Mon, 18 May 2015 20:04:46 +0000 (21:04 +0100)
committerSimon Tatham <anakin@pobox.com>
Mon, 18 May 2015 20:04:46 +0000 (21:04 +0100)
commit71cf6454d52f12926e8d3fc73252aff92426dbf2
treeced7ed646b8a327abf77d1db1a0c00a9ae80a94e
parent5fc4bbf59d420af5019dc086e558e18454eab6b5
Add missing consts in elliptic curve setup code.

All those static arrays giving the curves' constants ought to be
'static const' and go in the data segment, of course.
sshecc.c