mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-10 10:26:47 +09:00
Reformat some functions.
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@504 7dcaeef0-15fb-0310-b436-a5af3365683c
This commit is contained in:
@@ -372,10 +372,10 @@ STRING *dh_get_e(SSH_SESSION *session){
|
||||
}
|
||||
|
||||
/* used by server */
|
||||
|
||||
STRING *dh_get_f(SSH_SESSION *session) {
|
||||
return make_bignum_string(session->next_crypto->f);
|
||||
}
|
||||
|
||||
void dh_import_pubkey(SSH_SESSION *session, STRING *pubkey_string) {
|
||||
session->next_crypto->server_pubkey = pubkey_string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user