server: Fix session pubkey import
This is a regression introduced by 16217454d576511f37f39c3169963629f9d5082f We import the pubkey into current_crypto which is NULL instead of next_crypto. Fixes T90 Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Этот коммит содержится в:
родитель
be414423d7
Коммит
4aeb0cfd9c
@ -277,7 +277,7 @@ int ssh_get_key_params(ssh_session session, ssh_key *privkey){
|
||||
return -1;
|
||||
}
|
||||
|
||||
rc = ssh_dh_import_pubkey_blob(session, pubkey_blob);
|
||||
rc = ssh_dh_import_next_pubkey_blob(session, pubkey_blob);
|
||||
ssh_string_free(pubkey_blob);
|
||||
if (rc != 0) {
|
||||
ssh_set_error(session,
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user