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, 7 Dec 2019 17:08:52 +0000 (17:08 +0000)
commitd759c2b60e26f9c26c48461e3fd0fb50a7b38005
tree7bd9c1dafd939777a5fc2b242b3f436a345cf12b
parent30659f0e7a444929b036d91cc5ebdfe5a3f008fb
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