From 082a2dde354eb624b6fee33767e68e5b05dcde25 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Fri, 1 Nov 2013 00:13:09 +0800 Subject: Fix specifying a keysize for key generation, fix key name arguments --HG-- branch : ecc --- runopts.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'runopts.h') 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 { -- cgit v1.2.3