chiark / gitweb /
rsa1: Drop filename from two error messages
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 6 Oct 2019 22:14:48 +0000 (23:14 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 7 Dec 2019 17:08:51 +0000 (17:08 +0000)
commit002adda2d0d364445a9d50318c31a775c5cb6067
treecf770fd6fc2980042280db32df796d6b6387bff4
parentb06b7fd68766af14d5434f031e7d176482d5d28f
rsa1: Drop filename from two error messages

The scheme loading interface doesn't provide the filename (and it will
handle logging it if need be).  For the rsapriv_apply closure, the
config location will allow one to find the filename which seems
sufficient to me.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
rsa.c