Mercurial > dropbear
diff runopts.h @ 841:d4ce5269a439 ecc
Fix specifying a keysize for key generation, fix key name arguments
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 01 Nov 2013 00:13:09 +0800 |
parents | 7dcb46da72d9 |
children | f4bb964c8678 |
line wrap: on
line diff
--- a/runopts.h Thu Oct 31 22:49:15 2013 +0800 +++ b/runopts.h Fri Nov 01 00:13:09 2013 +0800 @@ -56,7 +56,8 @@ extern runopts opts; -int readhostkey(const char * filename, sign_key * hostkey, int *type); +int readhostkey(const char * filename, sign_key * hostkey, + enum signkey_type *type); void load_all_hostkeys(); typedef struct svr_runopts {