Mercurial > dropbear
diff runopts.h @ 795:7f604f9b3756 ecc
ecdsa is working
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 03 May 2013 23:07:48 +0800 |
parents | c58a15983808 |
children | 7dcb46da72d9 |
line wrap: on
line diff
--- a/runopts.h Sun Apr 28 23:17:43 2013 +0800 +++ b/runopts.h Fri May 03 23:07:48 2013 +0800 @@ -57,11 +57,10 @@ extern runopts opts; int readhostkey(const char * filename, sign_key * hostkey, int *type); +void load_all_hostkeys(); typedef struct svr_runopts { - char * rsakeyfile; - char * dsskeyfile; char * bannerfile; int forkbg; @@ -99,6 +98,10 @@ #endif sign_key *hostkey; + + char *hostkey_files[MAX_HOSTKEYS]; + int num_hostkey_files; + buffer * banner; char * pidfile;