diff options
author | Matt Johnston <matt@ucc.asn.au> | 2013-11-01 00:21:59 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2013-11-01 00:21:59 +0800 |
commit | cfac8435a73cddbc54a70ab07418b0bdb900fc10 (patch) | |
tree | a3b7949efa46713dcfa60dc34d23d7afe6c80a3d /keyimport.c | |
parent | 35f26ff8555c0accbc5b48df0fceebab3a71c54b (diff) | |
parent | f66fc01620f7a13d4763781059f4f01f8393809d (diff) |
merge yet again
Diffstat (limited to 'keyimport.c')
-rw-r--r-- | keyimport.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyimport.c b/keyimport.c index f513e8a..f3fe96a 100644 --- a/keyimport.c +++ b/keyimport.c @@ -763,7 +763,7 @@ static sign_key *openssh_read(const char *filename, char *passphrase) goto error; } - *signkey_ecc_key_ptr(retkey, retkey->type) = ecc; + *signkey_key_ptr(retkey, retkey->type) = ecc; } #endif // DROPBEAR_ECDSA |