key.c: Only set the error code.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 24 Nov 2019 14:50:01 +0000 (14:50 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 25 Nov 2019 17:31:22 +0000 (17:31 +0000)
commit5ca4bdf47d4d7a2399a53f2d62725f03381e0a7a
tree4112fa18e40b49060921d67a8ba5ad4329c4707e
parent5988a4413964bcb376651e7322894c0050ebd238
key.c: Only set the error code.

This briefly makes the error string unavailable, but only because the
actual constructor isn't wired up -- and if it were wired up then it
would fail immediately because it's programmed to accept only a single
argument.
key.c