diff options
| author | Aris Adamantiadis <aris@0xbadc0de.be> | 2009-10-29 10:36:00 +0100 |
|---|---|---|
| committer | Aris Adamantiadis <aris@0xbadc0de.be> | 2009-10-29 10:36:00 +0100 |
| commit | 17f2645a32e6524c36b2f83831080eda378c12bf (patch) | |
| tree | c562984b687ad75baa658761811ab76bcb922910 /include | |
| parent | 9f034aca9c848106d4fc03da9ca6ec140565413f (diff) | |
| download | libssh-17f2645a32e6524c36b2f83831080eda378c12bf.tar.gz libssh-17f2645a32e6524c36b2f83831080eda378c12bf.tar.xz libssh-17f2645a32e6524c36b2f83831080eda378c12bf.zip | |
Fix server kex again
Diffstat (limited to 'include')
| -rw-r--r-- | include/libssh/priv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libssh/priv.h b/include/libssh/priv.h index 7605fd5b..c8bfee35 100644 --- a/include/libssh/priv.h +++ b/include/libssh/priv.h @@ -218,6 +218,7 @@ int match_hostname(const char *host, const char *pattern, unsigned int len); /* options.c */ char *dir_expand_dup(ssh_session session, const char *value, int allowsshdir); +int ssh_options_set_algo(ssh_session session, int algo, const char *list); /** Free memory space */ #define SAFE_FREE(x) do { if ((x) != NULL) {free(x); x=NULL;} } while(0) |
