summaryrefslogtreecommitdiffhomepage
path: root/runopts.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2013-11-01 00:13:09 +0800
committerMatt Johnston <matt@ucc.asn.au>2013-11-01 00:13:09 +0800
commit082a2dde354eb624b6fee33767e68e5b05dcde25 (patch)
treedc6814959f974bfb516c392013d67f417f0b385a /runopts.h
parent814ab77538b8023f3ede270fcd14da7368913554 (diff)
Fix specifying a keysize for key generation, fix key name arguments
--HG-- branch : ecc
Diffstat (limited to 'runopts.h')
-rw-r--r--runopts.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/runopts.h b/runopts.h
index ecb8618..59e968a 100644
--- a/runopts.h
+++ b/runopts.h
@@ -56,7 +56,8 @@ typedef struct runopts {
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 {