sshkey: Fix loading of ECDSA keys from files

This commit is contained in:
Tobias Brunner
2014-06-18 09:16:24 +02:00
parent 1cda692110
commit 846fd70eec
2 changed files with 3 additions and 3 deletions
@@ -27,7 +27,7 @@
typedef struct sshkey_public_key_t sshkey_public_key_t;
/**
* Public key implementation supporting RFC 4253 decoding.
* Public key implementation supporting RFC 4253/RFC 5656 decoding.
*/
struct sshkey_public_key_t {