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)
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.


No differences found