Fix warnings about missing return value checks.
authorGuus Sliepen <guus@tinc-vpn.org>
Sun, 7 Jun 2015 20:50:05 +0000 (22:50 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Sun, 7 Jun 2015 20:50:05 +0000 (22:50 +0200)
commitd8d1ab4ee1e92ec84fe9ea86eec2396275483a92
tree1626c6261ede3c4a9bf5b80dbbc49e93c24ccdc7
parentab0576a2034b03f92943ac477e4e97731a899554
Fix warnings about missing return value checks.

In some harmless places, checks for the return value of ECDSA and RSA
key generation and verification was omitted. Add them to keep the
compiler happy and to warn end users in case something is wrong.
src/invitation.c
src/sptps_keypair.c
src/sptps_speed.c
src/tincctl.c