From: Sven-Haegar Koch Date: Sat, 14 Apr 2012 00:02:11 +0000 (+0200) Subject: Remove confusing error message for failed reading in ECDSA keys. X-Git-Tag: release-1.1pre3~132 X-Git-Url: http://tinc-vpn.org/git/browse?a=commitdiff_plain;ds=sidebyside;h=8792b9a9f343e751dc3cfd789db9528da609ba9f;hp=8792b9a9f343e751dc3cfd789db9528da609ba9f;p=tinc 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. ---