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>
Mon, 30 Dec 2019 13:15:49 +0000 (13:15 +0000)
commit84d10fe1b24ee3f8ea6de5c09c0bed38b9cd5aed
treee7efee13e4b043b3b132bc14dc5ce2d16a51958c
parent6726ea84216ad802455331b9aa14518952b58d5b
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