chiark / gitweb /
rsa1: Wrap calls to keyfile_get* in a macro
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 6 Oct 2019 21:59:51 +0000 (22:59 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 7 Dec 2019 17:08:51 +0000 (17:08 +0000)
commit415f76d41fe929bfdff7e4066029fb75adbb9cb6
tree440ef30544e4aa3db74480e722adb3e170bb099c
parenta57809f603be0df353df816844146029563d0d33
rsa1: Wrap calls to keyfile_get* in a macro

This will allow us to factor out the error handling into a common
place.

We rename the two functions to 16 and 32, so we will be able to
generate type names if we want.

No functional change.

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