Fix missing argument in SKR debug logging.
authorKp <kp@valhallalegends.com>
Sun, 7 Dec 2008 21:49:36 +0000 (15:49 -0600)
committerKp <kp@valhallalegends.com>
Sat, 13 Dec 2008 19:57:37 +0000 (13:57 -0600)
commit84f3df89c92080b205f6235257b6d8cf28aea7bc
treecf19dc84ec4e7c74080521bc88ad7348f110d200
parent5b143539a0faf0ebcaa9df0aa7d96f821ba8677e
Fix missing argument in SKR debug logging.

The format string used in SKR debug logging calls for a pointer and two
int values.  However, only the two int values were provided, so the
debug logs would be wrong if they were ever printed.  Based on context,
the format string probably wanted the SilcSKRKey.  Add it.
lib/silcskr/silcskr.c