Mercurial > dropbear
comparison 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 |
comparison
equal
deleted
inserted
replaced
840:5128e525c8fa | 841:d4ce5269a439 |
---|---|
54 | 54 |
55 } runopts; | 55 } runopts; |
56 | 56 |
57 extern runopts opts; | 57 extern runopts opts; |
58 | 58 |
59 int readhostkey(const char * filename, sign_key * hostkey, int *type); | 59 int readhostkey(const char * filename, sign_key * hostkey, |
60 enum signkey_type *type); | |
60 void load_all_hostkeys(); | 61 void load_all_hostkeys(); |
61 | 62 |
62 typedef struct svr_runopts { | 63 typedef struct svr_runopts { |
63 | 64 |
64 char * bannerfile; | 65 char * bannerfile; |