Fix `make distcheck`
authorKirill Isakov <bootctl@gmail.com>
Sat, 12 Mar 2022 06:32:01 +0000 (12:32 +0600)
committerGuus Sliepen <guus@tinc-vpn.org>
Sat, 12 Mar 2022 14:45:36 +0000 (15:45 +0100)
commit76ec2548d0a3e2f1ea92da025549e2abce2bf502
tree0548ecab425410b57fb4f369b8cd535bad1cff99
parente856b04f7e07395bc4e085b2ef25bef55331d1a6
Fix `make distcheck`

`make distcheck` builds and then calls both tinc and tincd with two options:

--version
--help

tincd behavior was changed by 28b7a53b6 to print usage information to
stderr, but automake expects to see a non-empty output from stdout, and
fails distcheck if it's empty.
src/Makefile.am
src/bsd/device.c
src/openssl/rsagen.c
src/tincd.c