1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-12-12 15:41:16 +03:00

kex: Fix some build warnings.

This commit is contained in:
Andreas Schneider
2011-11-10 14:46:22 +01:00
parent bc2ab9b414
commit ce0324770d
3 changed files with 4 additions and 3 deletions

View File

@@ -52,6 +52,7 @@
#include "libssh/packet.h"
#include "libssh/socket.h"
#include "libssh/session.h"
#include "libssh/kex.h"
#include "libssh/misc.h"
#include "libssh/pki.h"
#include "libssh/dh.h"
@@ -72,8 +73,6 @@ static int dh_handshake_server(ssh_session session);
* @{
*/
extern const char *supported_methods[];
/** @internal
* This functions sets the Key Exchange protocols to be accepted
* by the server. They depend on