]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Const-correctness in public-key functions.
authorSimon Tatham <anakin@pobox.com>
Tue, 5 May 2015 19:16:17 +0000 (20:16 +0100)
committerSimon Tatham <anakin@pobox.com>
Tue, 5 May 2015 19:16:17 +0000 (20:16 +0100)
commitbcfcb169efab1587a7cebcffff9efbf9ccac8ce8
tree21920c9cdd6cf4daf9f7d28771308d45cffca7c7
parent6b303169225f9e3ce62dd90445be61865af9b104
Const-correctness in public-key functions.

Several of the functions in ssh2_signkey, and one or two SSH-1 key
functions too, were still taking assorted non-const buffer parameters
that had never been properly constified. Sort them all out.
import.c
ssh.c
ssh.h
sshdss.c
sshecc.c
sshrsa.c