diff options
author | Matt Johnston <matt@ucc.asn.au> | 2013-04-08 23:56:31 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2013-04-08 23:56:31 +0800 |
commit | 4f07805d0a658de4b8645ea12471269d006428a9 (patch) | |
tree | fc71ff319e3e5467ad803043ec487c48fb28e866 /cli-kex.c | |
parent | a7d1a9cfcb54a29571b504cbfa955b3e34755a72 (diff) |
- Rename buf_put_ecc_pubkey_string() to buf_put_ecc_raw_pubkey_string()
- Reindent ecc.c properly
--HG--
branch : ecc
Diffstat (limited to 'cli-kex.c')
-rw-r--r-- | cli-kex.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ void send_msg_kexdh_init() { } else { #ifdef DROPBEAR_ECDH cli_ses.ecdh_param = gen_kexecdh_param(); - buf_put_ecc_pubkey_string(ses.writepayload, &cli_ses.ecdh_param->key); + buf_put_ecc_raw_pubkey_string(ses.writepayload, &cli_ses.ecdh_param->key); #endif } encrypt_packet(); |