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, 15 Feb 2020 21:56:50 +0000 (21:56 +0000)
commit762a54ae697daa12a9bdf7907d91c09c7502382d
tree8993af107b4930715fdc0124beff269c3e6a7e1e
parent6a3749cbfc0061bc5aec25790add9bd06f386d87
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