chiark / gitweb /
rsa: De-indirect a lot of `loc's
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 23 Nov 2019 14:05:32 +0000 (14:05 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 7 Dec 2019 17:08:52 +0000 (17:08 +0000)
commita07779c99a72749fc38f017588f28ccf293d885f
tree376c8c7c604a2effea30fbb6e1542e8b8c06029b
parentaf0e774df10f2a7022beb09ab5dad3f6d65dc4a3
rsa: De-indirect a lot of `loc's

These were at some point intended to be possibly-null, but they aren't
now, so make them values not pointers.  This way we know they're not
null, indeed.

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