Remove confusing error message for failed reading in ECDSA keys.
authorSven-Haegar Koch <haegar@sdinet.de>
Sat, 14 Apr 2012 00:02:11 +0000 (02:02 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Sun, 15 Apr 2012 22:54:43 +0000 (00:54 +0200)
commit8792b9a9f343e751dc3cfd789db9528da609ba9f
tree5ee27f18c9f8694e85297806730e887f8f8bca8c
parenta5bb6d40fb517aa175510ec179091e4f9ffaf6f6
Remove confusing error message for failed reading in ECDSA keys.

Most likeley the error is that there just is no valid key inside the used
host file, and in this case errno just contains a random value from the
last previously failed call.
src/net_setup.c