keyutil.c: Only copy the shared parts of a parameters key.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 22 Jan 2012 12:58:57 +0000 (12:58 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 22 Jan 2012 13:09:58 +0000 (13:09 +0000)
Reported by GCC warning that `kf' wasn't used for anything.  Use the new
function key_copydata to copy only the bits which really ought to be
copied.

This is unlikely to make much difference in practice since all
parameters keys we make have all of their components shared.


No differences found