chiark / gitweb /
rsa: Do not crash with -j if key file does not exist
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 24 May 2020 12:42:09 +0000 (13:42 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 24 May 2020 19:00:52 +0000 (20:00 +0100)
commit800c04e5b55daf642bb07b364d79730a885f23cb
tree057e6ec36db56ea80ce558e3af7d2d3903f55410
parentdcda82318f858b29a22e9f9df9e732b94f7456dd
rsa: Do not crash with -j if key file does not exist

This was messed up by 58913a3b93a6
  rsa1: Break rsa_loadpriv_core out of rsapriv_apply
where the early exit path should have been handled in both places but
wasn't.

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