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, 15 Feb 2020 21:56:49 +0000 (21:56 +0000)
commit934cb196c3928724c351045f25c740a830941e4a
tree66f286b979e8626484ca475da92ef2f07390eca5
parent5a27ac7f18712b0666ad4a9d8afca8e69d353bd5
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