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, 15 Feb 2020 21:56:49 +0000 (21:56 +0000)
commitc7e6b78d0e867626783850dddc2d61c1c8999801
tree988dde2760869c9eb28a7dbbacf3c154ee8de58c
parent4b9f8efbb918eb573f8b4b0289aa0349a4e68f4c
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