cleanup: correct type of key exchange strings from uint8_t* to char*
authorRichard Kettlewell <rjk@greenend.org.uk>
Sun, 19 Jun 2011 08:08:17 +0000 (09:08 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 26 Jun 2011 11:07:27 +0000 (12:07 +0100)
commit3e8addad2b3720a66f8a7b20d7ed7e66b8414748
treee26630f7e7c84e29c61a567a569fdeb6d51efcb9
parentc1d2109aeff13960693be57a3b16026b7d5a9708
cleanup: correct type of key exchange strings from uint8_t* to char*

Change type of kx signature and pubkey fields to reflect that they are
strings, squashing a GCC warning.

Signed-off-by: Richard Kettlewell <richard@greenend.org.uk>
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
site.c