diff keyimport.c @ 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 75509065db53
children 774ad9b112ef
line wrap: on
line diff
--- a/keyimport.c	Thu Oct 31 22:49:15 2013 +0800
+++ b/keyimport.c	Fri Nov 01 00:13:09 2013 +0800
@@ -774,7 +774,7 @@
 			goto error;
 		}
 
-		*signkey_ecc_key_ptr(retkey, retkey->type) = ecc;
+		*signkey_key_ptr(retkey, retkey->type) = ecc;
 	}
 #endif // DROPBEAR_ECDSA