chiark / gitweb /
rsa: Strip a couple of spurious newlines from pub key messages
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 23 Nov 2019 23:38:58 +0000 (23:38 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 15 Feb 2020 21:56:50 +0000 (21:56 +0000)
commit8e4308946bcdb5e62380cff7373d558518745eec
tree4d9936f23f8ee6d074b0352313ffc1730f733764
parent8db6adcb8cc98608c8e29e2b78b48d68be9dbef0
rsa: Strip a couple of spurious newlines from pub key messages

Neither cfgfatal nor slilog want a trailing newline.

There are lots of this kind of problem in secnet.  I'm just fixing two
I noticed here, in code I touched.

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